praddy
unread,Sep 30, 2009, 10:52:14 AM9/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Winpdb
Hey guys,
====some.py====
import time
for x in xrange(10):
print "running..."
time.sleep(2)
====some.py====
i am trying winpdb with above script, i started a debugged server like
this
$ rpdb2 -d -r some.py
then connected to the server using
$ rpdb2 -a -o localhost some.py
got connected, issued "go" command & script started executing, then i
detached & exited my client wishing that i will connect again & break
and see what the script is doing, but the server side exited while
killing the script being debugged
so, my question is how can i re-attach to server using rpdb2 as
client ?
using winpdb as client just fine tho