Wraps python invocations in code to do post-mortem debugging and sundry usefulnesses.
Project description
Wraps python invocations in code to do post-mortem debugging and sundry usefulnesses.
coroner was adapted from a stackoverflow.com response by synthesizerpatel.
Usage
coroner is meant to be used as a command line module, invoked with code like:
python -m coroner some_sketchy_module.py
When the sketchy script invariably throws an exception, coroner will initiate a pdb.pm post-mortem debugging session.
You can also use it in the other ways that python can be used on the command line, e.g. with -c or -.
Bugs
That’s all, folks. I might add more sometime soon.
Oh yeah, it doesn’t do recursive module invocation yet.
Also I haven’t really tested it, just tried it with -c a couple of times.
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
File details
Details for the file coroner-0.2.2.tar.gz
.
File metadata
- Download URL: coroner-0.2.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf7ef400975b5d474b7947ae10de401a964c30b9b9fb2a651979162771307a6e |
|
MD5 | 79ecac85b8a5abf40bf3d3196dcf77a3 |
|
BLAKE2b-256 | cc0a050b850af201f931f30a0b6647367157fb21b0c63d80615a9be3a0c14e7b |