Error Console
From MDC
The Error Console is a tool available in most Mozilla-based applications that is used for reporting errors in the application chrome and in web pages user opens. It reports JavaScript-related errors and warnings, CSS errors and arbitrary messages from chrome code.
Before Gecko 1.8.1 (Firefox 2), it was called JavaScript Console (see bug 265871).
Types of errors
Manipulating data displayed in Error ConsoleInformation displayed in Error Console can be accessed and manipulated through the Console service. An easier way to do some logging from JavaScript is To bring up Error Console from within a browser or mail window, use the function For information about what JavaScript exceptions get logged into the Error Console, and how to make all exceptions get logged, read the article Exception logging in JavaScript. |
Alternatives
Related Topics |