A debugger that uses the probe-rs library to provide an interactive debugging experience.
cargo install --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Assuming that CARGO_HOME
is in your path, you can try any of the following:
probe-rs-debugger --help
probe-rs-debugger debug --chip STM32H745ZITx --speed 24000 --probe PID:VID --program-binary ./target/thumbv7em-none-eabihf/debug/debug_example --protocol swd --connect-under-reset --core-index 0 --flashing-enabled --reset-after-flashing --halt-after-reset
probe-rs-debugger debug --dap --port 50001
Please refer to probe-rs/vscode for additional instructions, as well as up to date information on supported functionality and ongoing improvements.
This debugger is an extension of, and builds on the prior work of the probe-rs community.
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.