Describe the solution you'd like Seems like there is halting functionality withinCore, so might be possible to expose this through the CLI. Possibly something likeprobe-rs halt, or possibly adding it as a flag under reset, such asprobe-rs reset --halt I'm happy to try to contribute this...
11 changes: 11 additions & 0 deletions 11 probe-rs/src/bin/probe-rs/cmd/run/test_run_mode.rs Original file line numberDiff line numberDiff line change @@ -40,6 +40,16 @@ pub struct TestOptions { #[clap(long = "exact", help_heading = "TEST OPTIONS")] pub exact: bool, ///...
A debugging toolset and library for debugging embedded ARM and RISC-V targets on a separate host - Add `--skip-test` argument to CLI · probe-rs/probe-rs@a5a72a4