remote-pdb v2.0.0 Release Notes

Release Date: 2019-07-30 // over 4 years ago
    • 🛠 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>_.