Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

javascript.options.showInConsole

The preference javascript.options.showInConsole controls whether errors or warnings in chrome code are shown in the Error Console.

  • Type:boolean
  • Default value:  false (true in debug builds)
  • Exists by default: yes
  • Application support:Firefox 1.0
  • Status: Active
  • Introduction:2002-02-26
  • Bugs: bug 125181 bug 337875

Values

false
Only errors and warnings from content code are shown.
true (default)
Errors and warnings from both chrome and content are shown in the Error Console.

Note: Since the Web Console was introduced in Firefox 4 specifically for debugging content, the default value for this preference has changed to true as of Gecko 2.0.

See also

Setting up extension development environment

Document Tags and Contributors

Tags: 
 Contributors to this page: kscarfone, Sevenspade, Sheppy, evilpie
 Last updated by: kscarfone,