mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Fixed debugger waiting for main
This commit is contained in:
parent
8c29c4231b
commit
654996eeee
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -58,7 +58,7 @@
|
|||
},{
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"name": "Debug J-Link",
|
||||
"name": "Firmware debug",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"preLaunchTask": "fullimage: clean & make",
|
||||
"executable": "${workspaceRoot}/armsrc/obj/fullimage.stage1.elf",
|
||||
|
@ -67,7 +67,7 @@
|
|||
"device": "AT91SAM7S512",
|
||||
"interface": "jtag",
|
||||
"serialNumber": "", //If you have more than one J-Link probe, add the serial number here.
|
||||
"runToMain": true,
|
||||
"runToMain": false,
|
||||
"armToolchainPath": "/usr/bin/"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue