I'm not sure how to interpret that response. Are you saying that I should not be trying to use the JitDebugger? I am running the code from the Microsoft Development Environment 2003. I start the application with "debug", but it does not break into the IDE. Instead I get the popup that explains on how to enable JitDebugging. Under tool/options I have all options checked under debugging; to no avail.
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
