Skip to content

boyd/airbag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

airbag

Airbag is an effort to bring the convenience of debugging exceptions you find in modern web frameworks to every python program. The hope

Usage

Similar to pdb, you can wrap you script's execution in the shell. That is:

python -m airbag yourscript.py

Any unhandled exceptions will be generate a crash report automatically which opens a browser.

Install

pip install git+git://github.com/boyd/airbag.git@master

About

Python Exception Debug Magic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published