diff --git a/src/lib.rs b/src/lib.rs
index 57f88ab..a0e06c6 100644
continue;
}
// procdump: ignore files other than what user has provided.
+ eprintln!("vaddr: 0x{:x}, file: {}, location: {:?}, src_paths: {:?}, debug_path: {}", vaddr, file.to_string(), location.line, src_paths, debug_path.display());
if !src_paths
.iter()
.any(|src_path| file.starts_with(&src_path.to_string_lossy().to_string()))