Better runtime error messages
Project description
frosch - Runtime Error Debugger
Better runtime error messages
Are you also constantly seeing the runtime error message the python interpreter is giving you? It lacks some color and more debug information!
Get some good looking error tracebacks and beautifuly formatted last line with all its last values before you crashed the program.
Installation
$ pip install frosch
Usage
Call the hook function at the beginning of your program.
from frosch import hook
hook()
x = 3 + "String"
Contribution
frosch
uses poetry for build and dependency
management, so please install beforehand.
Setup
$ git clone https://github.com/HallerPatrick/frosch.git
$ poetry install
Run tests
$ python -m pylint tests
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
frosch-0.1.5.tar.gz
(5.8 kB
view hashes)
Built Distribution
frosch-0.1.5-py3-none-any.whl
(6.6 kB
view hashes)