[Tutor] Python debugger

jadrifter jadrifter at gmail.com
Sat Jan 10 13:37:11 CET 2009


Despite the name I believe Winpdb is platform independent  I haven't
used it myself but I looked into it while following this thread.

http://winpdb.org/

John Purser

On Sat, 2009-01-10 at 12:56 +0100, Michael Bernhard Arp Sørensen wrote:
> It might and I'll keep it in mind. 
> 
> However, I'm not going to ditch my linux just to get a gui debugger.
> After all, I do have WingIDE installed in Linux, but I wanted to be
> free of the GUI limitations I have when I code on a host that I
> connect to through a minicom on another ssh host. I do that from time
> to time.
> 
> Thanks anyway. I got what I needed. :-)
> 
> /Michael
> 
> On Fri, Jan 9, 2009 at 3:14 PM, Kent Johnson <kent37 at tds.net> wrote:
>         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
> 
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list