Skip to main content

find_debug_file

Function find_debug_file 

Source
fn find_debug_file(library_path: &str) -> PathBuf
Expand description

Find the file containing DWARF debug info for a given library. Returns the library_path itself if debug info is embedded, or a separate debug file path if found via platform-specific mechanisms.