Closed
Bug 922755
Opened 11 years ago
Closed 11 years ago
'error occurred while processing: "bindings"...' when inspecting Function.prototype
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bbenvie, Unassigned)
References
Details
Steps to reproduce:
1.) Open browser console
2.) Execute "Function.prototype" and then click to open it in the VariablesView
This produces the following error:
error occurred while processing 'bindings: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMWindow.sessionStorage]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: resource://gre/modules/devtools/dbg-server.jsm -> resource://gre/modules/devtools/server/main.js -> resource://gre/modules/devtools/server/actors/script.js :: EA_bindings :: line 3403" data: no]
Comment 1•11 years ago
|
||
In a debug build I hit the assertion in bug 912536. Do you have an opt build?
Reporter | ||
Comment 2•11 years ago
|
||
Yeah this is opt build.
Comment 4•11 years ago
|
||
Retest?
Comment 5•11 years ago
|
||
Yep, seems to be working now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•