Skip to content

cargo-bins/cargo-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 test to run the test binary in a debugger
  • cargo debug --debugger=lldb build to run the output binary in lldb
  • cargo debug test -- --all to run the cargo test with the --all argument
  • cargo debug test -- -- --ignored to run the test binary in the debugger with the --ignored argument
  • cargo debug --command-file=test.cmd build to run the build binary in a debugger with the specified command file
  • cargo debug --filter=X --no-run test to build cargo test, filter for the output binary starting with X, and output the debug command without running

Status

GitHub tag Build Status Crates.io Docs.rs

Open Issues

About

Debug subcommand for cargo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages