From 1cbd2d4238a6408c73c2d03f53c99669ccb34d31 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 30 Aug 2026 16:41:19 +0200 Subject: ide: load symbols as symbol file only --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/launch.json') 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", -- cgit v1.2.3