A XP-style traceback handler
Project description
NavyTraceback
Python tracebacks are usually a mess of white text on a black background. NavyTraceback replaces them with a Windows XP-style Blue Screen of Death (BSOD) and automatically handles crash dumps so you don't lose your debug data.
Why?
Standard stack traces are boring. This library makes crashes readable and gives you a .txt dump file on your desktop immediately which helps debugging way more than people might expect.
Safe Mode
NavyTraceback includes a safe mode feature that won't clutter your terminal screen entirely, this feature helps you look at your print statements you set-up for further debugging.
To enable this feature, type in the snippet below:
import navytraceback
# Initiates safe mode upon starting a script
navytraceback.safe_mode(True)
Installation
To install this library, type in the command below:
pip install navytraceback
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters