Closed noppej closed 1 year ago
cc: @mabezdev , this adds VSCode debugging support for the ESP-IDF bootloader work you did earlier this month :)
Snippet from launch.json
:
...<snip>...
"flashingConfig": {
"flashingEnabled": true,
"haltAfterReset": false,
"formatOptions": {
"format": "idf"
}
},
...<snip>...
In addition to the currently supported Elf format, this adds support for binary formats Bin, Hex, and Idf.
To test, please use
probe-rs
dap-servercargo install --git https://github.com/probe-rs/probe-rs --force --branch noppej/issue1647 probe-rs --features=cli