I’m trying to use Firebug to debug a JavaScript file in an extension I’ve added to Fx 4.
Can anyone tell me how to do it? I can only see website scripts.
I’m trying to use Firebug to debug a JavaScript file in an extension I’ve
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Chromebug it’s firebug for extension development, witch will give you the full ability to inspect debug firefox it self and all firefox extension as if it’s a webpage 🙂
1- install the latest version from here: http://getfirebug.com/releases/chromebug/
2- Winkey+R to open run then type
firefox.exe -chromebugthis will run firefox with chromebug3- for more information visit http://getfirebug.com/wiki/index.php/Chromebug