cdt-gdb-vscode icon indicating copy to clipboard operation
cdt-gdb-vscode copied to clipboard

CDT GDB Visual Studio Code Extension

Results 34 cdt-gdb-vscode issues
Sort by recently updated
recently updated
newest added

After some experimentation, it has been found out that the logging services used in the extension and adapter are quite solid. However, there is no documentation on how to use...

see https://github.com/rr-debugger/rr/wiki/Using-rr-in-an-IDE#cc-extension for an example setup how to launch it with rr, but the main part is to be able to use the reverse-step, reverse-continue, ... options directly from the...

devs using that should be aware of possible stack issues (and GDB forbids jumping out of the function in the first place, so you have to handle the GDB error,...

Using version 2.0.3 and VSCodium 1.100.03093 - Can launch a debug session for program - Can see program and debugger (GDB) output in the debugger console - Can stop at...