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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 21 17:25:41 EST 2008


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

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





--- Comment #3 from Martin Baulig <martin at novell.com>  2008-11-21 15:25:40 MST ---
Ok, what should we do when we're debugging a managed application and we receive
a sigsegv while we're in unmanaged code ?

I think we also need to do that with the other signals which will be
transformed into managed exceptions like sigfpe, for instance.

For the command-line debugger I really want to stop on all these exceptions
because sometimes things can go wrong inside the exception handler, so it's
sometimes easier to expect state before going into the managed exception
handler.

However, I think I'll implement this as a configuration option, so we could
also turn this on or off for the cli.


-- 
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