Closed
Bug 787651
Opened 13 years ago
Closed 13 years ago
Execute in the context of the current debugger frame
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 783499
People
(Reporter: julian.viereck, Unassigned)
Details
When debugging using the new build in debugger, I often want to interact with the objects in the current stack frame using the WebConsole. However, the WebConsole executes in the context of the current tab-window, no matter what the current debugger stack frame looks like.
Steps to reproduce:
* Open the build in FF debugger
* Set a breakpoint
* Trigger some action that makes the debugger stop at the breakpoint
* Let `foo` be a variable listed in the "Function Scope" listed in the right hand side view of the debugger window
* Open the WebConsole
* Type `foo` and hit enter
* The variable `foo` is not necessarilty the same value/object as the `foo` shown in the "Function Scope" list
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•