Closed
Bug 704180
Opened 13 years ago
Closed 12 years ago
Move the JS Object inspector from its own window into the Web Console
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 817547
People
(Reporter: paul, Assigned: sonny)
References
Details
The JS Object Inspector lives in its own window. It should be built inside the webconsole itself.
To open the JS Object Inspector:
a) type "inspect(window)" in the Web Console, or
b) select "window" in the scratchpad, and click on "Execute -> Inspect".
Reporter | ||
Comment 1•13 years ago
|
||
Apparently, we already have something more or less like that:
console.dir(window)
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sonny.piers
Reporter | ||
Updated•13 years ago
|
Summary: Move the JS Object inspector from its own window into the Web Console → Move the JS Object inspector from its own window into the Web Console if invoked from the Console
Assignee | ||
Updated•13 years ago
|
Summary: Move the JS Object inspector from its own window into the Web Console if invoked from the Console → Move the JS Object inspector from its own window into the Web Console
Reporter | ||
Comment 2•12 years ago
|
||
The Toolbox + Sidebar.jsm makes things much easier.
Bug triage, filter on PINKISBEAUTIFUL
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•