R. David Murray added the comment:
To clarify: remote debugging is not a new feature, but enabling command history
&c should probably be considered a new feature, and making the interface for
doing all this more convenient (which would be cool) certainly would be.
--
_
R. David Murray added the comment:
Sounds like a good idea to me, but it would be a new feature, not a bug fix.
--
components: +Library (Lib)
nosy: +r.david.murray
stage: -> needs patch
type: behavior -> enhancement
versions: +Python 3.5 -Python 3.3
New submission from Chiel ten Brinke:
There are several reasons why one would need to debug in a terminal window
other than the debuggee terminal window, for instance when we have a curses
application.
The pdb doesn't support a tty command like gdb, which would allow this.
Instead, it is possib