I am trying to break into the VS debugger on unhandled exceptions in a form. I have tried setting and removing the jit settings in the application config file and in the options dialog. All I get on unhandled errors is the dialog with continue and quit - not with break. Isn't there a way to move from an application with debug build run from within VS to the line raising the exception?

I am getting the stack trace info in the dialog which does not help with the condition that I am attempting to debug.


Ken

Re: Debugging with Break option in windows forms by Andrew

Andrew
Thu Jan 22 20:05:56 CST 2004

Set the Debug->Exceptions->Common Language Runtime Exceptions->Break into
the debugger

"kenH" <anonymous@discussions.microsoft.com> wrote in message
news:E4EBEF8B-2D6A-424B-8740-DD12228B23E5@microsoft.com...
> I am trying to break into the VS debugger on unhandled exceptions in a
form. I have tried setting and removing the jit settings in the application
config file and in the options dialog. All I get on unhandled errors is the
dialog with continue and quit - not with break. Isn't there a way to move
from an application with debug build run from within VS to the line raising
the exception?
>
> I am getting the stack trace info in the dialog which does not help with
the condition that I am attempting to debug.
>
>
> Ken