mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-14 12:17:11 +01:00
14 lines
449 B
JSON
14 lines
449 B
JSON
{
|
|
"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" ]
|
|
}
|
|
]
|
|
} |