Update launch.json for cppvsdbg
Former-commit-id: 6fc91daa80dd77bcefb82880217b4b1d85bfcdb5
This commit is contained in:
parent
c78a111ad4
commit
f898de8ddc
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
|
@ -5,6 +5,18 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "(Windows) Launch",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/target/debug/main.exe",
|
||||
"args": ["${workspaceFolder}/tonc_gba_demo/dma_demo.gba", "--skip-bios"],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
"externalConsole": true
|
||||
},
|
||||
{
|
||||
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug the debugger",
|
||||
|
|
Reference in a new issue