On 06/11/2015 02:43 PM, [email protected] wrote:
Hi Nicolas,I'm getting the following error when I attempt to use the addon: console.error: jit-dev-tools: Message: TypeError: this.debuggee is undefined Stack: JitPanel<.onReady@resource://gre/modules/commonjs/toolkit/loader.js -> resource://jit-dev-tools/lib/jit-panel.js:75:5 emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:112:9 emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38 onStateChange@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/dev/panel.js:70:3
Thanks for reporting, I guess I might be using a new API added to the dev tools.
I get that in both Firefox 38 and Firefox Developer edition on x86_64 Linux.
Also, the Debugger.onIonCompilation hook is quite new (>= 41.0a1), so you will have to use a nightly version of Firefox to use this addon, or wait until the end of the month, for the next release cycle.
-- Nicolas B. Pierron _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

