An open API service indexing awesome lists of open source software.

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

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
```