aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 6478c96..90c7520 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -25,6 +25,14 @@
{
"description": "Load symbols",
"text": "-file-exec-and-symbols ${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.sym"
+ },
+ {
+ "description": "Load teachos python helpers",
+ "text": "source ${workspaceFolder}/scripts/gdb/teachos.py"
+ },
+ {
+ "description": "Load toolchain python helpers",
+ "text": "source ${workspaceFolder}/scripts/gdb/toolchain.py"
}
]
}