remote_pdb logger instead of the root one.
Contributed by Terence Honles in #24 <https://github.com/ionelmc/python-remote-pdb/pull/24>_.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.REMOTE_PDB_QUIET=1 to silence output.
Contributed by Anthony Sottile in #19 <https://github.com/ionelmc/python-remote-pdb/pull/19>_.breakpoint().REMOTE_PDB_HOST/REMOTE_PDB_PORT
environment variables. Contributed by Matthew Wilkes in #14 <https://github.com/ionelmc/python-remote-pdb/pull/14>_.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>.remote_pdb console script.