Debugging not working as requested

  • Thread starter Thread starter Ivar Zapata
  • Start date Start date
I

Ivar Zapata

In a VB.NET 2003 Windows Forms application, I get all the time the Unheld
Exception Dialog, without any option to debug (just continue or exit).

I have set jitDebugging to true, both app.config and machine.config, turned
off/on the computer, but the program does not stop and allow me to debug,
unless I manually enforce a breaking point.

Any suggestions?
 
Ivar,

Make sure you have the debugger to set to break on the exceptions you're
interested in catching. Goto the Debugging Menu and select Exceptions and
verify that you have the debugger set to break when unhandled exceptions
are thrown for all four exception types.

Thanks! Robert Gruen
Microsoft, VB.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
 
Back
Top