RESOLVED FIXED 19306
Breakpoints in for loops, while loops or conditions without curly braces don't break.
https://bugs.webkit.org/show_bug.cgi?id=19306
Summary Breakpoints in for loops, while loops or conditions without curly braces don'...
Anthony Ricaud
Reported 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
Attachments
Testcase (664 bytes, text/html)
2008-05-29 08:09 PDT, Anthony Ricaud
no flags
Anthony Ricaud
Comment 1 2008-05-29 08:09:32 PDT
Created attachment 21409 [details] Testcase
Timothy Hatcher
Comment 2 2008-05-29 08:15:17 PDT
The same applies for while and for loops.
Adam Roben (:aroben)
Comment 3 2008-08-07 16:20:35 PDT
Kevin McCullough
Comment 4 2008-09-08 13:29:07 PDT
Committed revision 36270.
Note You need to log in before you can comment on or make changes to this bug.