I'm happy to announce the release of NoPdb 0.1.0!
NoPdb is a non-interactive (programmatic) debugger for Python. This means it
gives you access to debugger-like superpowers directly from your code. NoPdb
allows to:
- capture function calls, including arguments, local variables, return values
and stack traces
- set "breakpoints" that trigger user-defined actions when hit, namely:
- evaluate expressions to retrieve their values later
- execute arbitrary code, including modifying local variables
- enter an interactive debugger like pdb
Installation: pip install nopdb
Docs: https://nopdb.readthedocs.io/
GitHub: https://github.com/cifkao/nopdb
License: BSD-3-Clause
<P><A HREF="https://github.com/cifkao/nopdb">NoPdb 0.1.0</A>,
a non-interactive Python debugger. (06-Apr-21)</P>
_______________________________________________
Python-announce-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: [email protected]