We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7510a6 commit f30aebaCopy full SHA for f30aeba
src/dbghelp.rs
@@ -443,7 +443,8 @@ pub fn init() -> Result<Init, ()> {
443
let new_search_path = search_path.finalize();
444
445
// Set the new search path.
446
- DBGHELP.SymSetSearchPathW().unwrap()(GetCurrentProcess(), new_search_path.as_ptr());
+ // Disable for debugging
447
+ // DBGHELP.SymSetSearchPathW().unwrap()(GetCurrentProcess(), new_search_path.as_ptr());
448
449
INITIALIZED = true;
450
Ok(ret)
0 commit comments