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?

RE: Debugging not working as requested by robgruen

robgruen
Mon Nov 10 16:43:21 CST 2003

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.