mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
569 stars 64 forks source link

Various errors in Positron debugger #48

Closed jryans closed 8 years ago

jryans commented 8 years ago

We're now able to open a debugger for the Positron platform by starting with --jsdebugger. This opens a toolbox similar in concept to Firefox's Browser Toolbox that runs from a separate process.

However, the actors give various errors at the moment:

Console says: resource://devtools/server/actors/webconsole.js, line 453: TypeError: argument is not a global object Inspector says: TypeError: window is null

In general, I think this is related to the shortcuts we took to allow the tools to start very early before a window appeared.