https://bugzilla.novell.com/show_bug.cgi?id=447663

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=447663#c2





--- Comment #2 from Lluis Sanchez <[EMAIL PROTECTED]>  2008-11-21 12:44:28 MST 
---
I think you are looking at the problem from the wrong point of view. You should
forget about the internals of the mono runtime and the debugger and think about
what a developer building a managed application expects.

Stopping on signal 11 only makes sense when debugging unmanaged code. The
runtime does it. But when the signal 11 happens in managed code, it is
translated by the runtime into a NullRefException, which can be handled by the
application. The debugger should behave in the same way.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to