Arma Reforger Dump Viewer
VS Code extension for opening Arma Reforger crash dump files (.mdmp) as a structured read-only preview.
Features
- Opens
*.mdmp files in a custom viewer by default.
- Parses the minidump header and stream directory.
- Shows key crash data when available:
- system information
- exception record
- loaded modules
- threads and stack ranges
- memory ranges
- unloaded modules
- dump comments
Run locally
- Open this folder in VS Code.
- Press
F5 to launch the Extension Development Host.
- In the new window, open any
*.mdmp file.
You can also run the command Arma Reforger Dump: Open Preview.
Notes
- The viewer is read-only.
- The parser is defensive and will still show partial data if some streams are missing.
- This is a minidump inspector, not a symbolic debugger.
| |