|
|
- {
- "version": "0.2.0",
- "configurations": [
- {
- "type": "gdb",
- "request": "launch",
- "cwd": "${workspaceRoot}",
- "name": "PlatformIO Debugger",
- "target": "c:/Users/Josh/espdev/espurna/code/.pioenvs/nodemcu-lolin/firmware.elf",
- "gdbpath": "C:/Users/Josh/.platformio/penv/Scripts/piodebuggdb",
- "autorun": [ "source .pioinit" ]
- }
- ]
- }
|