Skip to content

Instantly share code, notes, and snippets.

@philikon
Created May 17, 2010 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philikon/404101 to your computer and use it in GitHub Desktop.
Save philikon/404101 to your computer and use it in GitHub Desktop.
// https://developer.mozilla.org/en/Setting_up_extension_development_environment
user_pref("javascript.options.showInConsole", true);
user_pref("nglayout.debug.disable_xul_cache", true);
user_pref("browser.dom.window.dump.enabled", true);
user_pref("javascript.options.strict", true);
user_pref("extensions.logging.enabled", true);
user_pref("dom.report_all_js_exceptions", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment