[Mono-bugs] [Bug 75962][Nor] New - Setting breakpoint issues.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 2 08:49:11 EDT 2005
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75962
--- shadow/75962 2005-09-02 08:49:11.000000000 -0400
+++ shadow/75962.tmp.10656 2005-09-02 08:49:11.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 75962
+Product: Mono: Debugger
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: cli
+AssignedTo: toshok at ximian.com
+ReportedBy: miguel at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Setting breakpoint issues.
+
+The Mono debugger will render methods like this on stack traces:
+
+AspNetEdit.SampleHost.SampleHost.toolboxAddButton_Clicked(System.Object,System.EventArgs)
+
+If I try to setup a breakpoint with the above signature, the debugger hangs:
+
+(mdb) b
+AspNetEdit.SampleHost.SampleHost.toolboxAddButton_Clicked(System.Object,System.EventArgs)
+
+Control-c gets me back the prompt
+
+This also hangs:
+
+(mdb) b AspNetEdit.SampleHost.SampleHost.toolboxAddButton_Clicked
More information about the mono-bugs
mailing list