All Versions
10
Latest Version
Avg Release Cycle
259 days
Latest Release
1371 days ago

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>_.
  • 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>_.
  • 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's makefile 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>.
  • 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.
  • 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.