[wingide-users] Exception is printed to Debug I/O, but is not
raised in the Debugger.
Wing IDE Support
support at wingware.com
Tue Jul 27 07:35:48 MDT 2010
On 7/27/10 5:36 AM, Maxim Lacrima wrote:
> I use Google App Engine. I set up my Wing IDE according to howtos. But
> when the Exception is raised in my code it is printed in the Debug
> I/O, but is not propagated to the debugger, so the debug process is
> still running (i.e. ladybird in bottom left is green).
This happens when Python code catches the exception and prints it
without using the system exception hook. You could either look for the
exception handler and disable it or try one of Wing's other exception
handling modes.
Cheers,
John
More information about the wingide-users
mailing list