Commit e63268d2 authored by 只敲代码不玩耍,聪明baka也变傻ᗜˬᗜ's avatar 只敲代码不玩耍,聪明baka也变傻ᗜˬᗜ :man_dancing_tone1:
Browse files

fix: update launch configuration to use symbol file for debugging

Showing with 2 additions and 2 deletions
+2 -2
......@@ -5,7 +5,7 @@
"name": "(gdb) Qemu",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/target/riscv64gc-unknown-none-elf/debug/bakaos",
"program": "${workspaceFolder}/target/riscv64gc-unknown-none-elf/debug/bakaos.sym",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
......@@ -29,4 +29,4 @@
"useExtendedRemote": true,
},
]
}
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment