[wingide-users] FW: Debugging xmlrpclib with Wing
David Detlefsen
detlefsend at enovatia.com
Mon Oct 25 21:52:47 EDT 2004
As an added bit, I notice that the following shows up in the debugger output
window when the call define the xmlrpc server is made:
/Applications/WingIDE-Professional-2.0.0/WingIDE.app/Contents/MacOS/bin/2.3/
src.zip/debug/server/dbgserver.py:2546: FutureWarning: hex()/oct() of
negative int will return a signed string in Python 2.4 and up
------ Forwarded Message
From: David Detlefsen <detlefsend at enovatia.com>
Date: Mon, 25 Oct 2004 21:33:44 -0400
To: <wingide-users at wingware.com>
Subject: Debugging xmlrpclib with Wing
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
------ End of Forwarded Message
More information about the wingide-users
mailing list