[Mono-bugs] [Bug 686269] New: [SDB] Debugger resumes execution when it should do a single step

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 8 11:19:35 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=686269

https://bugzilla.novell.com/show_bug.cgi?id=686269#c0


           Summary: [SDB] Debugger resumes execution when it should do a
                    single step
    Classification: Mono
           Product: Mono: Debugger
           Version: 2.10.x
          Platform: x86-64
        OS/Version: openSUSE 11.4
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: backend
        AssignedTo: vargaz at gmail.com
        ReportedBy: lluis at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


In some cases I'm stopped in a line, I press F10 to step over, and the debugger
instead of stepping resumes the execution (like if I had pressed F5 to
continue).

I've seen this happenings in several places, but this is a reliable way of
reproducing the issue:

1) Start MD and open the MD solution.
2) Start debugging MD, and open a project which is under version control.
3) Set a breakpoint in line
monodevelop/main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CreatePatchCommand.cs:66
(which has ChangeSet cset = new ChangeSet ...)
4) In the debugged MD, right click on the project item in the solution pad, and
click on the Version Control / Create Patch command.
5) The debugger will stop in the breakpoint
6) Step over the loop below line 66. It will enter the loop one time, and after
that, the fourth time you press F10, execution will just resume instead of
stepping.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list