0.0.41
Added
- Can now read benedict types
benedictis a dictionary that can handle nested dictionaries
- New input variable for
__call__exit: bool- default:
False - Exits the program after printing the debug message
- Updated and added new dostrings to all functions and classes in
fast_debugger.py - You can now import the FastDebugger class, instead of only importing
fd; shown below
from FastDebugger import FastDebugger
fd = FastDebugger()Changed
- The
config()function handles**kwargsdifferently- It was badly implemented before, and now it's fixed
- Input parameters removed from the
call()function, and replaced with**kwargs- The available
**kwargsparameters are found in the__call__function docstring
- The available
Full Changelog: 0.0.4...0.0.41