15 lines
413 B
JSON
15 lines
413 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"cwd": "${workspaceFolder}",
|
|
"executable": "build/zephyr/zephyr.elf",
|
|
"name": "Debug with PyOCD",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"showDevDebugOutput": "none",
|
|
"servertype": "external",
|
|
"gdbTarget": "localhost:3333",
|
|
"targetId": "nrf54l",
|
|
}
|
|
]
|
|
} |