Javascript.options.showInConsole
From MozillaZine Knowledge Base
Contents
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
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
- Bug 125181 - Add pref to filter chrome:// errors in JS Console
- Bug 337875 - set showInConsole to true for Firefox debug builds