RESOLVED DUPLICATE of bug 25734 19277
Stepping out of a parameter evaluation skips the function call
https://bugs.webkit.org/show_bug.cgi?id=19277
Summary Stepping out of a parameter evaluation skips the function call
Adam Roben (:aroben)
Reported 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.
Attachments
testcase (1.19 KB, text/html)
2008-05-27 14:42 PDT, Adam Roben (:aroben)
no flags
Adam Roben (:aroben)
Comment 1 2008-05-27 14:42:07 PDT
Created attachment 21370 [details] testcase
Adam Roben (:aroben)
Comment 2 2008-05-27 14:45:37 PDT
Brian Burg
Comment 3 2014-12-15 23:53:27 PST
*** This bug has been marked as a duplicate of bug 25734 ***
Note You need to log in before you can comment on or make changes to this bug.