[Mono-bugs] [Bug 77056][Nor] Changed - 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:05:37 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.3264 2005-12-21 16:05:37.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77056
Product: Mono: Debugger
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: cli
AssignedTo: toshok at ximian.com
ReportedBy: joeshaw at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -23,6 +23,13 @@
"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.
+
+------- Additional Comments From joeshaw at novell.com 2005-12-21 16:05 -------
+Noticed something else with this:
+
+"step" does the right thing. It executes the line and immediately
+returns back to the current stack frame. "next" presumably goes down
+into it. This is backwards from how gdb does it.
More information about the mono-bugs
mailing list