We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9376402 commit 95fa94bCopy full SHA for 95fa94b
package.json
@@ -423,7 +423,7 @@
423
"description": "Debugs an embedded microcontroller supported by GDB by attaching over extended-remote",
424
"body": {
425
"type": "gdb",
426
- "request": "launch",
+ "request": "attach",
427
"name": "${6:Debug Microcontroller}",
428
"target": "extended-remote ${2:/dev/cu.usbmodem00000000}",
429
"executable": "${1:./bin/executable.elf}",
0 commit comments