Closed
Bug 914743
Opened 11 years ago
Closed 9 years ago
Style Editor doesn't work when connected to the main process of Metro
Categories
(DevTools :: Style Editor, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
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 style editor, it fails to work with no visible error. When you close the toolbox, you get the following error:
"TypeError: this._debuggee is undefined"
@resource:///modules/devtools/StyleEditorPanel.jsm:118
EventEmitter_emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/shared/event-emitter.js:107
@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/target.js:429
TBOX_destroy@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox.js:853
EventEmitter_emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/shared/event-emitter.js:107
@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox-hosts.js:243
@ resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/shared/event-emitter.js:112
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•