[Mono-bugs] [Bug 605227] Break on exception not implemented
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jun 17 13:37:08 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=605227
http://bugzilla.novell.com/show_bug.cgi?id=605227#c2
--- Comment #2 from Martin Baulig <martin at novell.com> 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.
More information about the mono-bugs
mailing list