[Webkit-unassigned] [Bug 25734] New: 'Step out' avoids some functions in for loops

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 12:13:42 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25734

           Summary: 'Step out' avoids some functions in for loops
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kmccullough at apple.com


Start the manual test at
WebCore/manual-tests/inspector/debugger-step-on-for-statements.html

Use 'Step into' and 'Step out' to enter and exit all of the functions on the
'for' line (e.g. initialize(), condition(), increment()).

You will step in and out of increment() and initialize() but skip condition().

You can step into condition() if, when you are in increment() or initialize(),
you press 'step-into' instead of 'step-out'


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list