Skip to content

Commit f30aeba

Browse files
debug
1 parent c7510a6 commit f30aeba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dbghelp.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ pub fn init() -> Result<Init, ()> {
443443
let new_search_path = search_path.finalize();
444444

445445
// Set the new search path.
446-
DBGHELP.SymSetSearchPathW().unwrap()(GetCurrentProcess(), new_search_path.as_ptr());
446+
// Disable for debugging
447+
// DBGHELP.SymSetSearchPathW().unwrap()(GetCurrentProcess(), new_search_path.as_ptr());
447448

448449
INITIALIZED = true;
449450
Ok(ret)

0 commit comments

Comments
 (0)