views:

88

answers:

2

I writing plugin for firefox and I need a way to debug it. Plugin written in javascript. So is there is a elegant way how I can debug it?

+1  A: 

You can use Firebug or Venkman's Javascript Debugger.

Pablo Santa Cruz
+3  A: 

The Mozilla Developer Center has plenty of useful information on this topic (as well as many others).

I would recommend Setting up an extension development environment as a good place to start.

Alex Barrett