Closed
Bug 880177
Opened 12 years ago
Closed 11 years ago
[jsdbg2] Implement Debugger.prototype.makeDebuggeeValueFromGlobal
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 914405
People
(Reporter: simon.lindholm10, Unassigned)
Details
Attachments
(1 file)
Firebug and probably the Web Console want to use Debugger APIs without the overhead of debug mode, see https://github.com/jimblandy/DebuggerDocs/issues/7.
The simplest way forward is an API |Debugger.prototype.makeDebuggeeValueFromGlobal|, which returns the Debugger.Object version of a global without adding it as a debuggee.
Reporter | ||
Comment 1•12 years ago
|
||
Sample patch, not tested. jimb says it looks odd, but hey.
Reporter | ||
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•