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