nRF52810_preliminary_softwa.../.vscode/launch.json

19 lines
382 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "nrf-connect",
"request": "launch",
"name": "Launch build_1",
"config": "${workspaceFolder}/build_1",
"runToEntryPoint": "main"
},
{
"type": "nrf-connect",
"request": "launch",
"name": "Launch SensorSoftwareTest/build",
"config": "${workspaceFolder}/build",
"runToEntryPoint": "main"
}
]
}