{ "version": "0.2.0", "configurations": [ { "type": "probe-rs-debug", "request": "launch", "name": "debug", "cwd": "${workspaceFolder}", "runtimeExecutable": "probe-rs", "runtimeArgs": ["dap-server"], "chip": "nRF52833_xxAA", "flashingConfig": { "flashingEnabled": true, "haltAfterReset": false, "formatOptions": { "binaryFormat": "elf" } }, "coreConfigs": [ { "coreIndex": 0, "programBinary": "target/thumbv7em-none-eabihf/debug/micro-rust", "svdFile": "nrf52833.svd" } ], "env": { "RUST_LOG": "debug" }, "consoleLogLevel": "Console" } ] }