cargo-debug-0.3.0 is not a library.
cargo-debug
A subcommand for cargo that launches the specified debugger on the output of a provided subcommand.
Usage
Install with cargo install cargo-debug
cargo debug testto run the test binary in a debuggercargo debug --debugger=lldb buildto run the output binary in lldbcargo debug test -- --allto run thecargo testwith the--allargumentcargo debug test -- -- --ignoredto run the test binary in the debugger with the--ignoredargumentcargo debug --command-file=test.cmd buildto run the build binary in a debugger with the specified command file
Status
TODO: this currently only works with projects with a single output file, a filter should be added where more that one output is discovered.