Skip to content

Commit

Permalink
Added second debug
Browse files Browse the repository at this point in the history
  • Loading branch information
njelich committed Feb 29, 2024
1 parent e204494 commit 814d1b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions casr/src/bin/casr-gdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ fn main() -> Result<()> {
.map(|x| x.to_string())
.collect();

println!("Debugging GBD output: {:?}", result);

let siginfo = Siginfo::from_gdb(&result[1]);

if let Err(error) = siginfo {
Expand Down

0 comments on commit 814d1b3

Please sign in to comment.