remote-pdb v2.1.0 Release Notes

Release Date: 2020-07-24 // over 3 years ago
    • ๐Ÿ”„ Changed logging to use remote_pdb logger instead of the root one. Contributed by Terence Honles in #24 <https://github.com/ionelmc/python-remote-pdb/pull/24>_.

Previous changes from v2.0.0

    • ๐Ÿ›  Fixed inconsistency with normal use of pdb - BdbQuit will now be raised on quitting. Contributed by Anthony Sottile in #18 <https://github.com/ionelmc/python-remote-pdb/pull/18>_. BACKWARDS INCOMPATIBLE.
    • Added REMOTE_PDB_QUIET=1 to silence output. Contributed by Anthony Sottile in #19 <https://github.com/ionelmc/python-remote-pdb/pull/19>_.