Bug 25734 - Web Inspector: debugger 'step out' avoids some functions in expressions and for loops
Summary: Web Inspector: debugger 'step out' avoids some functions in expressions and f...
Status: RESOLVED DUPLICATE of bug 155325
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
: 19277 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-12 12:13 PDT by Kevin McCullough
Modified: 2016-09-28 13:43 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McCullough 2009-05-12 12:13:42 PDT
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'
Comment 1 Brian Burg 2014-12-11 09:30:26 PST
I've been running into this bug lately, especially stepping into complicated expressions with multiple calls.
Comment 2 Brian Burg 2014-12-15 23:53:27 PST
*** Bug 19277 has been marked as a duplicate of this bug. ***
Comment 3 Radar WebKit Bug Importer 2014-12-17 11:25:33 PST
<rdar://problem/19281609>
Comment 4 Joseph Pecoraro 2016-09-28 13:43:24 PDT

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