Python Debugger

Alan Gauld alan.gauld at btinternet.com
Mon Aug 18 15:47:36 EDT 2003


On 18 Aug 2003 12:34:09 -0700, llothar at web.de (Lothar Scholz)
wrote:
> Is there any python debugger that can
> 
> 1)  be used remotely

What do you mean by remotely? Debug a program running on a server
from a remote PC? Or telnet to the server and display the debug
session on the PC?

If the latter then the standard pdb module works just fine.

> 2)  can handle multiple threads

Never tried that one, although pdb might work...

Alan G.
Author of the Learn to Program website
http://www.freenetpages.co.uk/hp/alan.gauld




More information about the Python-list mailing list