Remote-pdb

Latest version: v2.1.0

Safety actively analyzes 613461 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.1.0

------------------

* 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>`_.

2.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>`_.

1.3.0

------------------

* 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>`_.

1.2.0

------------------

* Always print/log listening address.

1.1.3

------------------

* Corrected the default frame tracing starts from.

1.1.2

------------------

* Small readme update.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.