[Mono-bugs] [Bug 46703][Wis] New - mono does not allow abort/retry/fail on break instruction
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 21 Jul 2003 23:56:36 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jackson@latitudegeo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46703
--- shadow/46703 Mon Jul 21 23:56:36 2003
+++ shadow/46703.tmp.16388 Mon Jul 21 23:56:36 2003
@@ -0,0 +1,53 @@
+Bug#: 46703
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jackson@latitudegeo.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono does not allow abort/retry/fail on break instruction
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Compile the following program:
+.assembly extern mscorlib { }
+
+.class public Test {
+
+ .method public static void Main ()
+ {
+ .entrypoint
+ break
+ ret
+ }
+}
+
+2. Run
+3.
+
+Actual Results:
+Trace/breakpoint trap
+
+
+Expected Results:
+Application has encountered a user-defined breakpoint
+Choice of abort/retry and fail
+
+
+How often does this happen?
+
+
+Additional Information: