Bug 19306 - Breakpoints in for loops, while loops or conditions without curly braces don't break.
Summary: Breakpoints in for loops, while loops or conditions without curly braces don'...
Status: RESOLVED FIXED
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-29 08:07 PDT by Anthony Ricaud
Modified: 2008-09-08 13:30 PDT (History)
2 users (show)

See Also:


Attachments
Testcase (664 bytes, text/html)
2008-05-29 08:09 PDT, Anthony Ricaud
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ricaud 2008-05-29 08:07:58 PDT
Steps to reproduce:
1. Open the testcase
2. Open the inspector and put a breakpoint on line 10
3. Click the link

Actual result:
The debugger never paused and you see a message in the console
Expected results :
The debugger should be paused
Comment 1 Anthony Ricaud 2008-05-29 08:09:32 PDT
Created attachment 21409 [details]
Testcase
Comment 2 Timothy Hatcher 2008-05-29 08:15:17 PDT
The same applies for while and for loops.
Comment 3 Adam Roben (:aroben) 2008-08-07 16:20:35 PDT
<rdar://problem/6134407>
Comment 4 Kevin McCullough 2008-09-08 13:29:07 PDT
Committed revision 36270.