- Fixed inconsistency with normal use of
pdb
- BdbQuit will now be raised on quitting. Contributed by Anthony Sottile in #18. BACKWARDS INCOMPATIBLE. - Added
REMOTE_PDB_QUIET=1
to silence output. Contributed by Anthony Sottile in #19.
- Documented support for Python 3.7's
breakpoint()
. - Added support for setting the socket listening host/port through the
REMOTE_PDB_HOST
/REMOTE_PDB_PORT
environment variables. Contributed by Matthew Wilkes in #14. - Removed use of rw file wrappers around sockets (turns out socket's
makefile
is very buggy in Python 3.6 and later - output is discarded). Contributed in #13.
- Always print/log listening address.
- Corrected the default frame tracing starts from.
- Small readme update.
- Remove bogus
remote_pdb
console script.
- Fixed buffering issues when running on Python 3 and Windows.
- Added support for PDB++.
- First release on PyPI.