0.0.4
Added
- New input variable for
__call__nl_end: bool- default:
True - Prints a new line at the end of the debug print
- New function:
config()- Can configure some settings by giving the right input variables to a
**kwargs(e.g.fd.config(nl_end=False))
- Can configure some settings by giving the right input variables to a
- New class
try_traceback- Removed import statement
from py_basic_commands import try_tracebackand added as a class instead - Now you don't need install
py_basic_commandsto useFastDebugger
- Removed import statement
- Docstrings added to all functions and classes in
fast_debugger.py - Test code added to
fast_debugger.py- Can be run by running
python fast_debugger.pyin the terminal
- Can be run by running
- Shields added to README.md
- Latest version
- Status
- Working Python versions
- License
Changed
- Main file renamed
FastDebugger.pytofast_debugger.py- Importing still works the same way:
from FastDebugger import fd
- Importing still works the same way:
- Fixed
__init__.pyfile- Now it imports
fast_debugger.pyinstead ofFastDebugger.py - And instead of importing the file
FastDebugger, it imports the variablefd
- Now it imports
Full Changelog: 0.0.31...0.0.4