Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Feb 16, 2024
1 parent c7510a6 commit f30aeba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dbghelp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ pub fn init() -> Result<Init, ()> {
let new_search_path = search_path.finalize();

// Set the new search path.
DBGHELP.SymSetSearchPathW().unwrap()(GetCurrentProcess(), new_search_path.as_ptr());
// Disable for debugging
// DBGHELP.SymSetSearchPathW().unwrap()(GetCurrentProcess(), new_search_path.as_ptr());

INITIALIZED = true;
Ok(ret)
Expand Down

0 comments on commit f30aeba

Please sign in to comment.