Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocoutinho/traceb
Alternative to the standard python traceback module
https://github.com/tiagocoutinho/traceb
debugging python traceback
Last synced: 1 day ago
JSON representation
Alternative to the standard python traceback module
- Host: GitHub
- URL: https://github.com/tiagocoutinho/traceb
- Owner: tiagocoutinho
- Created: 2017-02-04T18:58:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T06:53:43.000Z (almost 8 years ago)
- Last Synced: 2024-12-03T04:47:38.150Z (19 days ago)
- Topics: debugging, python, traceback
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
An alternative to the standard python traceback module which allows
you to show a traceback in a customized way.It is also possible to monkey_patch the standard python traceback module.