Javascript.options.showInConsole

From MozillaZine Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Background

This preference controls whether chrome errors and warnings are logged to the JavaScript Console.

Possible values and their effects

True

Show errors and warnings from both content and chrome. (Default in Mozilla Suite, SeaMonkey, Minimo, Calendar, and debug builds of Firefox)

False

Show errors and warnings only from content. (Default in Firefox)

Recommended settings

Extension developers and hackers should have this preference set to true.

First checked in

2002-02-26 by Blake Ross.

Has an effect in

  • Netscape (all versions since 7.0)
  • Mozilla Suite (all versions since 0.9.9)
  • Phoenix (all versions)
  • Firebird (all versions)
  • Firefox (all versions)
  • Thunderbird (all versions)
  • Calendar (all versions)
  • Minimo (all versions)
  • SeaMonkey (all versions)

Related bugs

Related preferences

See also