R
rdufour
In Vs2005, I need to be able to single step through the application events
unhandledexception event. Just putting a breakpoint on a line of code in
there does not work because running the app in debug mode the unhandled
exception I throw for testing gets intercepted by the VS2005 IDE. Someone
suggested running the exe and attaching it to the debugger, but I can't seem
to find out how to do that.
Can anyone tell me how its possible to debug code in the application events
unhandledexception event. Exactly what are the steps needed to be able to do
that. I can't find any info on this in the docs.
Has anyone managed to do this before?
Any help would be greatly appreciated.
Bob
unhandledexception event. Just putting a breakpoint on a line of code in
there does not work because running the app in debug mode the unhandled
exception I throw for testing gets intercepted by the VS2005 IDE. Someone
suggested running the exe and attaching it to the debugger, but I can't seem
to find out how to do that.
Can anyone tell me how its possible to debug code in the application events
unhandledexception event. Exactly what are the steps needed to be able to do
that. I can't find any info on this in the docs.
Has anyone managed to do this before?
Any help would be greatly appreciated.
Bob