CLOSED FIXED 9889
[Drosera] Stepping out when paused after last statement in function skips a frame
https://bugs.webkit.org/show_bug.cgi?id=9889
Summary [Drosera] Stepping out when paused after last statement in function skips a f...
Mark Rowe (bdash)
Reported 2006-07-12 22:35:06 PDT
As per description. The problem is due to there being no intermediate call to willExecuteStatement between two calls to willLeaveFrame.
Attachments
Patch (2.47 KB, patch)
2006-07-12 22:41 PDT, Mark Rowe (bdash)
timothy: review+
Mark Rowe (bdash)
Comment 1 2006-07-12 22:41:13 PDT
Timothy Hatcher
Comment 2 2006-07-12 22:44:23 PDT
Comment on attachment 9422 [details] Patch Thanks for the fix! This is an interesting edge case.
Tim Omernick
Comment 3 2006-07-12 23:27:57 PDT
I don't get this line: +        pausedWhileLeavingFrame = fromLeavingFrame || false; Shouldn't it be: +        pausedWhileLeavingFrame = fromLeavingFrame || false || false || false; Kidding, of course... ;-)
Timothy Hatcher
Comment 4 2006-07-13 00:05:44 PDT
Landed in r15403.
Timothy Hatcher
Comment 5 2008-05-17 09:55:54 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.
Note You need to log in before you can comment on or make changes to this bug.