codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Is it will support C/C++ debug?

Open mentalfl0w opened this issue 3 years ago • 2 comments

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?🤔️

mentalfl0w avatar Jun 27 '21 09:06 mentalfl0w

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.

bummoblizard avatar Jun 27 '21 19:06 bummoblizard

But we need debugging capabilities. This will never be a true IDE without debugging

bogdanripa avatar Aug 16 '23 09:08 bogdanripa