15 lines
No EOL
377 B
JSON
15 lines
No EOL
377 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Wokwi GDB",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/build/esp32-c3-lua-test.elf",
|
|
"cwd": "${workspaceFolder}",
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "${command:espIdf.getToolchainGdb}",
|
|
"miDebuggerServerAddress": "localhost:3333"
|
|
}
|
|
]
|
|
} |