[wingide-users] Remote debugging
Wing IDE Support
support at wingware.com
Wed Nov 11 08:31:57 MST 2009
On 11/10/09 6:17 PM, Eric Pavey wrote:
> #-----------------
> # myDebugTest.py
>
> import time
> import wingdbstub
> if wingdbstub.debugger != None:
> wingdbstub.debugger.StopDebug()
> time.sleep(1) # I tried it with and without this
> wingdbstub.debugger.StartDebug()
>
> def main():
> print "success"
> #-----------------
>
> It seems to completely disable the remote debugging now. Maya instantly
> locks up, and never comes back. When I run the code, wing's little
> "bug" icon flashes green for a split second, then goes dark again.
Could you turn on the debugger log file (kLogFile in wingdbstub) and
send the output to support at wingware.com?
Thanks,
John
More information about the wingide-users
mailing list