• =?UTF-8?Q?NoPdb_0=2E1=2E0_=E2=80=93_Non=2Dinteractive_Python_Debugger?=

    From =?UTF-8?B?T25kxZllaiBDw61ma2E=?=@21:1/5 to All on Mon Apr 5 22:15:43 2021
    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>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)