Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Debugging [tooling.debugging]

  • Debugging can be done with gdb just as if C 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