[wingide-users] Problem with GTK program
Wingware Support
support at wingware.com
Mon Oct 1 14:37:10 MDT 2007
Mike Bernson wrote:
> I have a gtk based program that run fine outside of the debuger. When It
> run in the debugger
Are you using Wing IDE 2.1 or the 'immediately if appear unhandled'
exception mode in 3.0 here? Wing IDE 3.0 handles exceptions differently
by default and shouldn't stop in these cases.
If you are using Wing 2.1, you can select "Ignore this exception
location" in the Exceptions tool and continue debugging. This choice is
remembered in your project.
You can also change Wing to report exceptions only if they actually lead
to program termination with the Debugger / Exceptions / Report
Exceptions preference -- set it to At Process Termination.
There are details as to why Wing does this here:
http://wingware.com/doc/debug/managing-exceptions
Hope that helps.
John
More information about the wingide-users
mailing list