Just-In-Time Debugging http://msdn.microsoft.com/en-us/library/5hs4b7a6.aspx http://msdn.microsoft.com/en-us/library/ms928627.aspx http://msdn.microsoft.com/en-us/library/ms938493.aspx
On Wed, Oct 13, 2010 at 11:37 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..." > > Thanks, > Craig
