aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 6478c96..4d15c6f 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -25,6 +25,10 @@
{
"description": "Load symbols",
"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_kstd.py\""
}
]
}