codeapp
codeapp copied to clipboard
Is it will support C/C++ debug?
I find it supported C/C++ local compile in the newest test build, is there any possible or plan to make it support C/C++ language debug?🤔️
Not at the moment, unfortunately.
Internally, clang
and clang++
in Code App targets wasi32
(webassembly). There's no easy way to debug webassembly binaries on iOS.
But we need debugging capabilities. This will never be a true IDE without debugging