aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7778c04..6739aa3 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,7 +11,7 @@
"gdbpath": "x86_64-pc-elf-gdb",
"cwd": "${workspaceFolder}",
"preLaunchTask": "QEMU (gdb)",
- "executable": "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.elf",
+ "executable": "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.sym",
"autorun": [
"-enable-pretty-printing",
"-break-insert _start"