https://bugs.freedesktop.org/show_bug.cgi?id=42778

             Bug #: 42778
           Summary: IDE: Breakpoints Pass Count doesn't work
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.3 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
 Status Whiteboard: BSA
          Severity: normal
          Priority: medium
         Component: BASIC
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Problem description: 

Steps to reproduce:
1. Open the Basic IDE (Alt+F11)
2. create a new macro something like
Sub testBreakpointsPassCount
    For i = 0 To 5
        MsgBox i
    Next
End Sub
3. Put a breakpoint on the middle row with the text "MsgBox i" Go to Manage
Breakpoints and put in a number (for example 2) in "Pass Count"
4. Press OK
5.Open up Manage Breakpoints again and you'll see that your breakpoint is all
messed up

Current behavior:
Your breakpoint moves or it will work as a normal breakpoint and stop the first
time

Expected behavior:
It should pass the breakpoint the number of times entered without stopping and
the stop the next time

Platform (if different from the browser): 
Seen the behavior with Mac OS X 10.5.8, LibreOffice 3.4.3
and with Win 7 64-bit, LibreOffice 3.4.4

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101
Firefox/7.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to