mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -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",
|
"type": "cortex-debug",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug J-Link",
|
"name": "Firmware debug",
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"preLaunchTask": "fullimage: clean & make",
|
"preLaunchTask": "fullimage: clean & make",
|
||||||
"executable": "${workspaceRoot}/armsrc/obj/fullimage.stage1.elf",
|
"executable": "${workspaceRoot}/armsrc/obj/fullimage.stage1.elf",
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
"device": "AT91SAM7S512",
|
"device": "AT91SAM7S512",
|
||||||
"interface": "jtag",
|
"interface": "jtag",
|
||||||
"serialNumber": "", //If you have more than one J-Link probe, add the serial number here.
|
"serialNumber": "", //If you have more than one J-Link probe, add the serial number here.
|
||||||
"runToMain": true,
|
"runToMain": false,
|
||||||
"armToolchainPath": "/usr/bin/"
|
"armToolchainPath": "/usr/bin/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue