NoPdb 0.1.0 – Non-interactive Python Debugger

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>
participants (1)
-
Ondřej Cífka