April 2014 update. Now the browser debugger is now included in the "Browser Toolbar" and you no longer need to install: config prefs. Just use the settings / settings panel of the developer tools: "enable chrome debugging" and "enable remote debugging". The "browser toolbar" will be available on the developer toolbar.
Chromebug has not worked for me for many months. I think that they were just silent, but, fortunately, in Firefox 19 or later, you can use the built-in JS debugger in the browser itself. Go to about: config and set the following two prefs:
devtools.chrome.enabled: true devtools.debugger.remote-enabled: true
After restarting the browser, the web developer menu will contain the entry "Browser Debugger".
More information here: https://developer.mozilla.org/en/docs/Debugging_JavaScript
If possible, I would suggest using Aurora for your debugging, because the built-in debugger was a bit limited on first run and improved with each version.
Luckyrat Jul 10 '13 at 19:24 2013-07-10 19:24
source share