Conversation
|
I am sorry to report that including the osxlauncherhelper.scpt from this repo did not help with debugging the example from Configure VS Code for Clang/LLVM on macOS. I arrived here from #8008 I am
clicking the "clang++ - Build and debug active file" launch configuration builds the helloworld.cpp fine but the debugger never starts. I have turned logging on in launch.json for that configuration but get no output... Here are is the output from the C/C++ extension (Debug level) when clicking build and debug Here is the terminal output from the build preLaunchTask: It seems to be something to do with the parsing of the configuration in the and, tellingly, if I put false in there the error message becomes Hope that helps. |
I went to open a new issue but found that the latest version of the extension 1.6.0 manages to start the debugger. |
Fixes #8008