http://bugzilla.novell.com/show_bug.cgi?id=605227
http://bugzilla.novell.com/show_bug.cgi?id=605227#c2 --- Comment #2 from Martin Baulig <[email protected]> 2010-06-17 17:37:07 UTC --- This is partly implemented - we now stop on user-unhandled exceptions. Stopping when an exception is thrown is a bit more complicated due to a problem in the soft debugger. The problem is when there's more than one catchpoint for an exception, for instance "System", "System.Exception" and "System.InvalidOperationException" - in this case, we'd get 3 exception events from SDB and I don't know how to deal with that. I asked Zoltan for advise on that. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
