RESOLVED FIXED 22004
Can't set a breakpoint on the statement after a single line "for"
https://bugs.webkit.org/show_bug.cgi?id=22004
Summary Can't set a breakpoint on the statement after a single line "for"
Timothy Hatcher
Reported 2008-10-31 11:09:27 PDT
The line that calls test() is never hit: for (var i = 0; i < 1; ++i) test();
Attachments
Test (566 bytes, text/html)
2008-10-31 11:09 PDT, Timothy Hatcher
no flags
Proposed Patch (7.91 KB, patch)
2008-10-31 11:31 PDT, Timothy Hatcher
darin: review+
Timothy Hatcher
Comment 1 2008-10-31 11:09:52 PDT
Timothy Hatcher
Comment 2 2008-10-31 11:31:04 PDT
Created attachment 24804 [details] Proposed Patch
Darin Adler
Comment 3 2008-10-31 11:37:36 PDT
Comment on attachment 24804 [details] Proposed Patch r=me We've got to find a way to automate these tests; otherwise we're going to break them all the time while working on the JavaScript engine.
Timothy Hatcher
Comment 4 2008-10-31 11:50:05 PDT
Landed in r38040.
Note You need to log in before you can comment on or make changes to this bug.