[Mono-bugs] [Bug 77056][Nor] New - When mdb files are missing, doing "next" goes into "instruction" mode

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 21 16:02:38 EST 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 joeshaw at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77056

--- shadow/77056	2005-12-21 16:02:38.000000000 -0500
+++ shadow/77056.tmp.3198	2005-12-21 16:02:38.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 77056
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: cli
+AssignedTo: toshok at ximian.com                            
+ReportedBy: joeshaw at novell.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: When mdb files are missing, doing "next" goes into "instruction" mode
+
+If you're stepping through a program with "next", and you encounter a line
+in an assembly with no debugging information, mdb goes into an
+"instruction" mode.  I'm not really interested in stepping through the
+instructions, I would rather it just execute the line like gdb does. 
+"next" should execute lines and return to the current stack frame (unless a
+breakpoint is encountered).  This behavior seems like it'd be acceptable
+for the "step" command.
+
+Moreover, once you enter into the instruction mode using next, "finish"
+doesn't have any effect.  It returns immediately to the command prompt.


More information about the mono-bugs mailing list