[Tutor] Python debugger

Kent Johnson kent37 at tds.net
Fri Jan 9 15:14:18 CET 2009


On Fri, Jan 9, 2009 at 7:36 AM, Michael Bernhard Arp Sørensen
<michael at arpsorensen.dk> wrote:

> I can't use a graphical debugger because i mostly code python over ssh on
> remote servers in my company.

Winpdb opens a socket connection between the debugger and debuggee.
Perhaps it would run over an ssh tunnel...

Kent


More information about the Tutor mailing list