我想开发一个 Thunderbird 12 adon。 我写了一个简单的 JS 函数 。 ( 文件 : “ chromecontentmyApp.js ” ) 。 此文件被一个 xul- on kick- event 调用 。 我将我的 adon 装成. xpi 文件, 然后安装了它 。 ( 一切正常, 一切正常! )
Now I d like to debug my JS functions. But I can t find a working JS Debugger. I have tried this addons:
- "Javascript Debugger"(0.9.89). Not working: The thread doesn t stop at my breakpoints.
- Firebug(1.7.2) + Chromebug(1.7.2). Not working: I can t enable the JS debug tab. (Update: I also can t set/change a "context")