Closed
Bug 1036923
Opened 11 years ago
Closed 6 years ago
[inspector][jsdbg2] Allow element inspection while script execution is halted
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1177346
People
(Reporter: sebo, Unassigned)
References
Details
While the debugger is paused the inspector doesn't work. A popup message tells the user about this circumstance:
"Debugger is paused. Some features like mouse selection will not work."
In JSD1 it was possible to circumvent this behavior, so it was possible for Firebug to inspect the HTML structure using the inspector tool while the script execution was halted.
One use case for this is to inspect menus, which open and close via JavaScript. So when the script is stopped when the menu is open, it allows the user to easily inspect and manipulate HTML and CSS of the menu.
There's also a related Firebug issue for this:
https://code.google.com/p/fbug/issues/detail?id=7348
Sebastian
Reporter | ||
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: 31 Branch → Trunk
Reporter | ||
Comment 1•10 years ago
|
||
The Firebug issue moved to https://github.com/firebug/firebug/issues/7460.
Sebastian
Updated•7 years ago
|
Product: Firefox → DevTools
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•