[Mono-bugs] [Bug 447663] Debugger stops on NullRefException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 21 14:44:29 EST 2008


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

User lluis at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=447663#c2





--- Comment #2 from Lluis Sanchez <lluis at novell.com>  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.


More information about the mono-bugs mailing list