diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-07 09:12:05 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-07 09:12:05 +0000 |
| commit | 0ea43527332b7e5f1cfec6007506aa54e8f628cb (patch) | |
| tree | 4d8ba0bd085f7480af728f8e637ab9a1170f9aff /.vscode | |
| parent | 22d0be58316125da668302370a1bebc6655880ea (diff) | |
| download | kernel-0ea43527332b7e5f1cfec6007506aa54e8f628cb.tar.xz kernel-0ea43527332b7e5f1cfec6007506aa54e8f628cb.zip | |
debug: enable libstdc++ helpers
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d5b2401..90c7520 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,8 +27,12 @@ "text": "-file-exec-and-symbols ${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.sym" }, { - "description": "Load custom Python helpers", - "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/load.py\"" + "description": "Load teachos python helpers", + "text": "source ${workspaceFolder}/scripts/gdb/teachos.py" + }, + { + "description": "Load toolchain python helpers", + "text": "source ${workspaceFolder}/scripts/gdb/toolchain.py" } ] } |
