CLOSED FIXED 9869
[Drosera] JS Console fails to evaluate input when paused in global scope
https://bugs.webkit.org/show_bug.cgi?id=9869
Summary [Drosera] JS Console fails to evaluate input when paused in global scope
Mark Rowe (bdash)
Reported 2006-07-12 03:19:55 PDT
Hitting enter in the JS console while paused in the global scope results in a literal newline being inserted. This is because mainWindow.currentCallFrame.index inside sendScript throws an exception due to mainWindow.currentCallFrame being null.
Attachments
Patch (1.26 KB, patch)
2006-07-12 03:22 PDT, Mark Rowe (bdash)
ggaren: review+
Mark Rowe (bdash)
Comment 1 2006-07-12 03:22:55 PDT
Geoffrey Garen
Comment 2 2006-07-12 03:28:26 PDT
Comment on attachment 9394 [details] Patch r=me
David Kilzer (:ddkilzer)
Comment 3 2006-07-12 06:27:01 PDT
Committed revision 15389.
Timothy Hatcher
Comment 4 2008-05-17 09:55:53 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.