[wingide-users] Debugging xmlrpclib with Wing
David Detlefsen
detlefsend at enovatia.com
Mon Oct 25 21:33:44 EDT 2004
I'm having trouble using the Wing debugger with the xmlrpclib module.
Specifically,
The following code will run perfectly fine
Import xmlrpclib
Myserver = xmlrpclib.Server("http://myserver.mydomain.com")
...some calls to the server
But when I try to debug, stepping over the commands, the stack develops
normally (variables updated) but when I get tot the Myserver statement
above, the debug process stops (stack data shows locals & globals greyed out
and undefined).
Am I doing something wrong here? The code executes fine the but debugger
seems to stop.
--
Novatia, LLC
301A College Road East
Princeton, NJ 08540
P. 609 951 0181
F. 609 951 0185
http://www.enovatia.com
More information about the wingide-users
mailing list