Bug 11922 - REGRESSION(r17128): Drosera no longer shows local variables in stack frame
Summary: REGRESSION(r17128): Drosera no longer shows local variables in stack frame
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-12-21 15:49 PST by Mark Rowe (bdash)
Modified: 2019-05-19 12:50 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.17 KB, patch)
2006-12-21 15:59 PST, Mark Rowe (bdash)
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.