Bug 19277 - Stepping out of a parameter evaluation skips the function call
Summary: Stepping out of a parameter evaluation skips the function call
Status: RESOLVED DUPLICATE of bug 25734
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-05-27 14:41 PDT by Adam Roben (:aroben)
Modified: 2014-12-15 23:53 PST (History)
2 users (show)

See Also:


Attachments
testcase (1.19 KB, text/html)
2008-05-27 14:42 PDT, Adam Roben (:aroben)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***