Skip to content

Commit

Permalink
print backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 9, 2024
1 parent 3fc7df5 commit 340367d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ impl InputSelection {
return Ok(Vec::new());
}

use std::backtrace::Backtrace;
log::debug!("BACKTRACE: {:?}", Backtrace::force_capture());

// Check if the requirement can be fulfilled.
let index = self
.available_inputs
Expand Down

0 comments on commit 340367d

Please sign in to comment.