Um, okay. I would like to have my code break into debug mode when an error occurs when running from the IDE. The popup message suggested that I should enable JitDebugging. Have I been misled? Maybe you can redirect me?
Regards, Craig 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
