how to re-attach to debug server using rpdb2 as client

38 views
Skip to first unread message

praddy

unread,
Sep 30, 2009, 10:52:14 AM9/30/09
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

Pradeep Jindal

unread,
Oct 2, 2009, 3:20:39 AM10/2/09
to Winpdb
got it, my bad. wasn't detaching before exiting from the client.

- Pradeep Jindal
Reply all
Reply to author
Forward
0 new messages