jacktrades
jacktrades

Reputation: 7392

Debugging Firefox Addon IDE

I find myself developing a Firefox Addon with the ADD-ON SDK.

Is it possible to debug this extension with an IDE, like Aptana or WebStorm?

This extension modifies a Web Page Based on URL, and should have several content scripts.

Using the page-mod module, and believe also the self module as well.

Upvotes: 0

Views: 334

Answers (2)

Tomasz Dzięcielewski
Tomasz Dzięcielewski

Reputation: 3907

Currenly the only way is using error console (Ctrl+Shift+J).

Upvotes: 3

therealjeffg
therealjeffg

Reputation: 5830

Currently there is no way to debug SDK code remotely, however we would love to eventually be able to hook into Firefox's new JS debugger ( now available in Firefox 15 beta ).

Upvotes: 0

Related Questions