gvx / frosch

Debug faster than a frog catches a fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frosch - Runtime Error Debugger

PyPI version Codecov

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"

About

Debug faster than a frog catches a fly

License:MIT License


Languages

Language:Python 100.0%