[Mono-bugs] [Bug 605227] New: Break on exception not implemented
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed May 12 12:17:30 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=605227
http://bugzilla.novell.com/show_bug.cgi?id=605227#c0
Summary: Break on exception not implemented
Classification: Mono
Product: Mono Tools for Visual Studio
Version: 2.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Debug in Mono
AssignedTo: martin at novell.com
ReportedBy: jpobst at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
We do not respect the user's break on exception preferences (Ctrl-Alt-E).
This is probably due to SoftDebugger.ControllerImpl.SetException and
RemoveAllSetExceptions throwing NotImplementedExceptions.
Repro:
try {
throw new ArgumentException ();
} catch (Exception ex) {
Console.WriteLine (ex);
}
With CLR Exceptions (Ctrl-Alt-E) "Thrown" unchecked:
- program should not stop and console message printed
With CLR Exceptions (Ctrl-Alt-E) "Thrown" checked:
- program should stop in debugging mode at near "throw new.." line
--
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