All Versions
10
Latest Version
Avg Release Cycle
259 days
Latest Release
1697 days ago
Changelog History
Changelog History
-
v2.1.0 Changes
July 24, 2020- ๐ 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
-
v2.0.0 Changes
July 30, 2019- ๐ 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
-
v1.3.0 Changes
March 13, 2019- ๐ 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 <https://github.com/ionelmc/python-remote-pdb/pull/14>
_. - โ Removed use of
rw
file wrappers around sockets (turns out socket'smakefile
is very buggy in Python 3.6 and later -output is discarded <https://bugs.python.org/issue35928>
). Contributed in#13 <https://github.com/ionelmc/python-remote-pdb/pull/13>
.
- ๐ Documented support for Python 3.7's
-
v1.2.0 Changes
September 26, 2015- ๐จ Always print/log listening address.
-
v1.1.3 Changes
July 27, 2015- 0๏ธโฃ Corrected the default frame tracing starts from.
-
v1.1.2 Changes
July 06, 2015- โก๏ธ Small readme update.
-
v1.1.1 Changes
July 06, 2015- โ Remove bogus
remote_pdb
console script.
- โ Remove bogus
-
v1.1.0 Changes
June 20, 2015- ๐ Fixed buffering issues when running on Python 3 and Windows.
-
v1.0.0 Changes
June 15, 2015- โ Added support for PDB++.
-
v0.2.1 Changes
March 07, 2014- ๐ First release on PyPI.