Files
2026-01-30 21:52:00 +01:00
..
2026-01-29 17:06:34 +01:00
2026-01-30 21:52:00 +01:00
2026-01-29 17:06:34 +01:00
2026-01-29 17:06:34 +01:00

Toolchain

To use the same toolchain as the CI in vscode place the file 'cmake-kits.json' into your '.vscode' directory. Then select the 'Spacegame LLVM Kit' in the cmake-tools extension. Restarting vscode may be necessary.

Debugging

To enable debugging add this to your .vscode/settings.json

"cmake.debugConfig": {
        "MIMode": "gdb",
        "miDebuggerPath": "/usr/bin/gdb"
    }

Usefull links