Re: Remote Debugging for python.

2008-05-29 Thread Paul Rubin
nkarkhan <[EMAIL PROTECTED]> writes: > How do I do that with python? > I have multi-threaded python programs running on a remote machine. I > want to se where they are at any instance. www.winpdb.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Remote Debugging for python.

2008-05-29 Thread Mike Driscoll
On May 29, 2:09 pm, nkarkhan <[EMAIL PROTECTED]> wrote: > Newbie to python here..so bear with me. > > I used to be able to gdb to a target machine running c/c++ code and > see where my program was hanging, crashing, executing.. > > How do I do that with python? > I have multi-threaded python progra

Remote Debugging for python.

2008-05-29 Thread nkarkhan
Newbie to python here..so bear with me. I used to be able to gdb to a target machine running c/c++ code and see where my program was hanging, crashing, executing.. How do I do that with python? I have multi-threaded python programs running on a remote machine. I want to se where they are at any i