Bug 19277

Summary: Stepping out of a parameter evaluation skips the function call
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: burg, ggaren
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
testcase none

Description Adam Roben (:aroben) 2008-05-27 14:41:18 PDT
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.
Comment 1 Adam Roben (:aroben) 2008-05-27 14:42:07 PDT
Created attachment 21370 [details]
testcase
Comment 2 Adam Roben (:aroben) 2008-05-27 14:45:37 PDT
<rdar://problem/5966012>
Comment 3 Brian Burg 2014-12-15 23:53:27 PST

*** This bug has been marked as a duplicate of bug 25734 ***