We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f15ca4 commit 91e44aaCopy full SHA for 91e44aa
src/commands.rs
@@ -41,6 +41,7 @@ pub enum Command {
41
#[arg(long, help = "File to write logging output to")]
42
file: Option<PathBuf>,
43
},
44
+ /// Resolve exception addresses using a debug binary
45
Addr2line {
46
#[arg(help = "Path to the debug binary")]
47
filepath: PathBuf,
0 commit comments