Bug 11922

Summary: REGRESSION(r17128): Drosera no longer shows local variables in stack frame
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal CC: activatesmcafee
Priority: P2 Keywords: Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch timothy: review+

Description Mark Rowe (bdash) 2006-12-21 15:49:45 PST
Steps to reproduce:

1. Visit a page with JavaScript while you have Drosera attached.
2. Set a breakpoint in a JavaScript function.
3. Reload or perform the action to trigger the breakpoint.

Expected result:
Variables pane should list any variables that are local to the function.

Actual results:
Variables pane is empty.

This broke with <http://trac.webkit.org/projects/webkit/changeset/17128>, the fix for bug 10851.
Comment 1 Mark Rowe (bdash) 2006-12-21 15:59:59 PST
Created attachment 11959 [details]
Patch
Comment 2 Matt Lilek 2006-12-21 21:25:47 PST
Landed in r18385
Comment 3 Timothy Hatcher 2008-05-17 09:56:01 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.