Bug 9869

Summary: [Drosera] JS Console fails to evaluate input when paused in global scope
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch ggaren: review+

Description Mark Rowe (bdash) 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.
Comment 1 Mark Rowe (bdash) 2006-07-12 03:22:55 PDT
Created attachment 9394 [details]
Patch
Comment 2 Geoffrey Garen 2006-07-12 03:28:26 PDT
Comment on attachment 9394 [details]
Patch

r=me
Comment 3 David Kilzer (:ddkilzer) 2006-07-12 06:27:01 PDT
Committed revision 15389.

Comment 4 Timothy Hatcher 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.