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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
