ssinzdaryl

Results 2 comments of ssinzdaryl

> You will need to add `"externalConsole": false,` to not use an external console for output. I have tried this before, but it still show the output in the debug...

@Charles-IX @corwin-of-amber Hi, I found a workaround, 1. Install a extension named CodeLLDB, a native debugger powered by LLDB. 2. Modify the "type" property in the "launch.json", change "cppdbg" to...