Skip to content

Commit 95fa94b

Browse files
authored
"Debug Microcontroller" using launch over attach
See discussion on #195
1 parent 9376402 commit 95fa94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
"description": "Debugs an embedded microcontroller supported by GDB by attaching over extended-remote",
424424
"body": {
425425
"type": "gdb",
426-
"request": "launch",
426+
"request": "attach",
427427
"name": "${6:Debug Microcontroller}",
428428
"target": "extended-remote ${2:/dev/cu.usbmodem00000000}",
429429
"executable": "${1:./bin/executable.elf}",

0 commit comments

Comments
 (0)