Never mind. I found my answer elsewhere:

Debug->Exceptions

Select "Common Runtime Exceptions"
Change "When the exception is thrown:" to "Break into debugger".



On Oct 14, 9:54 am, Stephen Russell <[email protected]> wrote:
> On Wed, Oct 13, 2010 at 1:07 PM, Craigers01 <[email protected]> wrote:
> > I am struggling to get jitDebugging to work. I added App.config to my
> > project with the following contents:
>
> > <?xml version="1.0" encoding="utf-8" ?>
> > <configuration>
> >    <system.windows.forms jitDebugging="true" />
> > </configuration>
>
> > But, I still get the "Microsoft .NET Framework popup about "An
> > unhandled exception..."
>
> ---------------------------------------
>
> JIT Debug is not really a debug situation like DEBUG is.
>
> Instead it is a clean combination of what took place at your disaster.
>
> --
> Stephen Russell
>
> Sr. Production Systems Programmer
> CIMSgts
>
> 901.246-0159 cell

Reply via email to