[wingide-users] Re: Debugging an Embedded Python Script
Wing IDE Support
support at wingware.com
Tue Aug 9 08:43:16 MDT 2011
On 8/8/11 10:04 PM, theDarkBrainer wrote:
> Now that I have Pyhton installed, I run the Program.py directly from the
> command line, and it stopped at: debugger = netserver.CNetworkServer(host,
> port, attachport, err,
>
> and since I had Wing IDE running, it immediately stopped at my break point
> there (sweet)
>
> So, definitely, something is wrong with my app.
Could you try defining WINGDB_PRINT_ALL_TRACEBACKS in your environment
before running your app with "set WINGDB_PRINT_ALL_TRACEBACKS=1" at the
cmd line (or the equivalent)? Then send us the output printed to stdout
when wingdbstub is imported.
Thanks,
John
More information about the wingide-users
mailing list