pdb
A parser for Microsoft PDB (Program Database) debugging information
File Explorer
Download Latest Version (.zip)- ci.yml
- enforce-license-compliance.yml
- release.yml
- weekly.yml
- pdb2hpp.rs
- pdb_framedata.rs
- pdb_lines.rs
- pdb_symbols.rs
- stream_names.rs
- foo.cpp
- foo.exe
- foo.pdb
- Makefile
- README.md
- README.md
- bump-version.sh
- download
- download.bat
- c13.rs
- constants.rs
- mod.rs
- mod.rs
- page_list.rs
- annotations.rs
- constants.rs
- mod.rs
- constants.rs
- data.rs
- header.rs
- id.rs
- mod.rs
- primitive.rs
- common.rs
- dbi.rs
- framedata.rs
- lib.rs
- omap.rs
- pdb.rs
- pdbi.rs
- pe.rs
- source.rs
- strings.rs
- debug_information.rs
- id_information.rs
- modi_symbol_depth.rs
- omap_address_translation.rs
- pdb_information.rs
- pdb_lines.rs
- symbol_table.rs
- type_information.rs
- .codecov.yml
- .craft.yml
- .editorconfig
- .gitignore
- .semgrepignore
- Cargo.lock
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/getsentry/pdb
Downloads the entire project code from GitHub to your computer.
cd pdb
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
