[MonoDevelop] Break only on unhandled exceptions

Lluis Sanchez Gual slluis.devel at gmail.com
Tue Nov 20 15:54:15 UTC 2012


El 16/11/2012, a las 16:16, thenextman <rmarkiewicz at devolutions.net> escribió:

> slluis.devel wrote
>> This is how MonoDevelop works. It always stops in unhandled exceptions. So
>> I still don't see what's missing.
> 
> Yes, but it also stops in *handled* exceptions, which is what I don't
> want...

If you don't want the debugger to stop on handled exceptions, then don't select the exceptions in the Exceptions dialog. The debugger will always stop in unhandled exceptions (since they imply a termination of the process), no matter what you select in that dialog.

> 
> 
> 
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Break-only-on-unhandled-exceptions-tp4657307p4657419.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list