[Webkit-unassigned] [Bug 19277] New: Stepping out of a parameter evaluation skips the function call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 27 14:41:18 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19277

           Summary: Stepping out of a parameter evaluation skips the
                    function call
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: timothy at hatcher.name, ggaren at apple.com


Stepping out of a function that is being evaluated as a parameter to a function
call skips the function call entirely. e.g., if you have:

func3(func1(), func2())

stepping out of func1 will skip past evaluation of func2 and func3.


-- 
Configure bugmail: http://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