aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-30 16:41:19 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-30 16:41:52 +0200
commit1cbd2d4238a6408c73c2d03f53c99669ccb34d31 (patch)
tree8cf828ec34dd014a254221deaf1d89a35d2ff410 /.vscode/launch.json
parente24ccc66cc55121cb1041b7a7fd5aaeff5844970 (diff)
downloadkernel-1cbd2d4238a6408c73c2d03f53c99669ccb34d31.tar.xz
kernel-1cbd2d4238a6408c73c2d03f53c99669ccb34d31.zip
ide: load symbols as symbol file only
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 90c7520f..e009c666 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -24,7 +24,7 @@
},
{
"description": "Load symbols",
- "text": "-file-exec-and-symbols ${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.sym"
+ "text": "-file-symbol-file ${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.sym"
},
{
"description": "Load teachos python helpers",