Debugging [tooling.debugging]
- Debugging can be done with
gdbjust as ifCwas being debugged- Follow the C/C++ guide for setting it up in
vscode - Pass
--opt:none --debugger:nativeto disable optimizations and enable debug symbols
- Follow the C/C++ guide for setting it up in