Log in

View Full Version : Exceptions when debugging???


homunculus
February 3rd, 2003, 14:48
Hello, I have been wondering why when debugging a given application I sometimes get an exception. It doesn't happen all the times but it does happen sometimes. It seems a non deterministic behavior: going thru an application with a number of breakpoints set I sometimes see an exception and other times everything goes fine (without having added or removed any of the breakpoints).

H.

TBD
February 3rd, 2003, 22:46
homunculus: depends on the application. if it has SEH, then maybe it has
a protection that uses exception to pass execution to the exception handler

homunculus
February 4th, 2003, 01:58
No protections, I'm pretty sure. If it were a protection it would fire everytime ... while what I see is it firing once and not the following WITHOUT HAVING ADDED OR REMOVED ANY BREAKPOINT from one pass of code to the following.

H.

Norm
February 4th, 2003, 05:10
Could still be protection - they don't occur every time, some only trigger every so often.