diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-30 16:41:19 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-30 16:41:52 +0200 |
| commit | 1cbd2d4238a6408c73c2d03f53c99669ccb34d31 (patch) | |
| tree | 8cf828ec34dd014a254221deaf1d89a35d2ff410 /.vscode/launch.json | |
| parent | e24ccc66cc55121cb1041b7a7fd5aaeff5844970 (diff) | |
| download | kernel-1cbd2d4238a6408c73c2d03f53c99669ccb34d31.tar.xz kernel-1cbd2d4238a6408c73c2d03f53c99669ccb34d31.zip | |
ide: load symbols as symbol file only
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 2 |
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", |
