diff options
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" } ] } |
