diff options
| -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", |
