A subcommand for cargo that launches the specified debugger on the output of a provided subcommand.
Install with cargo install --locked --git https://github.com/DrChat/cargo-debug.git
cargo debug
to run your crate in the debugger.cargo debug windbg
to run your crate in a specific debugger (this one beingwindbg
).cargo debug --bin my-bin
to run a specific binary in a workspace.