diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-01 20:46:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-01 20:46:21 +0200 |
| commit | 61949538ad6d114c1c2a788928a0b9706b4efc76 (patch) | |
| tree | a1cf47e160d040ea4b199b6ca089e4580a810a7f /.vscode | |
| parent | b1405c44434fbfa535348d310aa3243203aefb06 (diff) | |
| download | kernel-61949538ad6d114c1c2a788928a0b9706b4efc76.tar.xz kernel-61949538ad6d114c1c2a788928a0b9706b4efc76.zip | |
debug: add support for kstd pretty printing
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 4 |
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\"" } ] } |
