There was an error while loading. Please reload this page.
1 parent 50b1456 commit 93438caCopy full SHA for 93438ca
1 file changed
plugins/dwarf/dwarf_import/src/helpers.rs
@@ -657,6 +657,6 @@ pub(crate) fn load_sibling_debug_file(view: &BinaryView) -> (Option<Ref<BinaryVi
657
658
(
659
binaryninja::load_with_options(debug_file, false, Some(load_settings)),
660
- false,
+ true,
661
)
662
}
0 commit comments