https://github.com/machinezone/stackwalker
stackwalker is the source code of soccorro-minidump adapted to be a standalone python module
https://github.com/machinezone/stackwalker
Last synced: 10 months ago
JSON representation
stackwalker is the source code of soccorro-minidump adapted to be a standalone python module
- Host: GitHub
- URL: https://github.com/machinezone/stackwalker
- Owner: machinezone
- License: bsd-3-clause
- Created: 2017-05-15T20:34:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T00:33:05.000Z (about 7 years ago)
- Last Synced: 2025-06-16T23:01:42.236Z (10 months ago)
- Language: C++
- Homepage:
- Size: 5.23 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## About
stackwalker is the source code of soccorro-minidump adapted to be a standalone python module, without the ability to resolve symbols through HTTP.
## Setup
Create a virtualenv, enter it. Once this is done, issue those commands.
```
python setup.py install
python run_stackwalker.py
```