Browser Console

The Browser Console View shows all browser (i.e JavaScript, CSS) errors, warnings, and logging messages that occur at runtime. This view is currently tied to all instances of the Embedded Mozilla Browser (it is a singleton), so regardless of whether the Browser is active (in view) or not, messages will show in the view.

The user can double click on a console message inside the view. If the message originated from a source file that is available within an Eclipse project in the workspace, an editor will reveal the corresponding line of code. If the message originated from a remote file, a read-only editor will open for the file specified by the URL.

The view also provides the following toolbar buttons:

To open the view:

Related concepts


(C) Copyright IBM Corporation 2006. All Rights Reserved.
IBM is a registered trademark of IBM. All other trademarks are the property of their respective owners.