Closed
Bug 914732
Opened 11 years ago
Closed 9 years ago
Opening inspector while connected to remote Metro main process throws "this.conn.allocID is not a function"
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bbenvie, Unassigned)
References
Details
This is also likely to be true of other remote targets, but I've only tested it while debugging MetroFx. If you connect to the main process of the remote target and open the debugger, it fails to work and you get a promise failure:
"this.conn.allocID is not a function"
@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/protocol.js:689@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/actors/inspector.js:2245constructor@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/core/heritage.js:145@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/target.js:263@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/inspector/inspector-panel.js:148@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/inspector/inspector-panel.js:48resolve@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/core/promise.js:118then@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/core/promise.js:43then@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/core/promise.js:153InspectorPanel_open@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/inspector/inspector-panel.js:47@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/main.js:116@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox.js:518
Reporter | ||
Comment 1•11 years ago
|
||
Open the inspector, I mean.
Comment 2•11 years ago
|
||
Are you still getting this one for the inspector? I am getting this when I open the shader editor while connected to Thunderbird, but the inspector seems to work for me now.
Comment 3•9 years ago
|
||
Marking as WFM, tested on FFN45
Status: NEW → RESOLVED
Closed: 9 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
•