Skip to content

DrChat/cargo-debug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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 --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 being windbg).
  • cargo debug --bin my-bin to run a specific binary in a workspace.

Status

GitHub tag Build Status

Open Issues

About

Debug subcommand for cargo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%