remote-pdb v2.1.0 Release Notes
Release Date: 2020-07-24 // about 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>
_.
- ๐ Changed logging to use
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>
_.
- ๐ Fixed inconsistency with normal use of