JavaScript debugging tools can help to troubleshoot issues with your Earth API application. There are a number of such tools available, some of which are listed below.
For additional help, refer to the links listed in the Other resources section.
JavaScript debuggers are invaluable in the development of your Earth Plugin application.
In addition to the applications listed below, Apple's Safari browser, Google Chrome, and Microsoft Internet Explorer 8 include JavaScript debuggers and other developer tools.
> Developer > JavaScript Console.| Application | Description | Operating systems / browsers |
|---|---|---|
| Firebug | An integrated debugger for Firefox 3.x | Firefox 3.x on Windows and OS X |
| Firebug Lite | A script to place the Firebug console in your web page | All browsers / operating systems |
| Microsoft Script Editor | Included with Microsoft Office 2000+. Activate it from IE's View > Script Debugger. You may need to deselect Disable Script Debugging from IE's Tools > Internet Options > Advanced menu. |
Internet Explorer on Windows |
| Microsoft Script Debugger | A free, lightweight script debugger. Once installed, activate it from IE's View > Script Debugger. You may need to deselect Disable Script Debugging from IE's Tools > Internet Options > Advanced menu. |
Internet Explorer on Windows |
| Venkman | The code name for Mozilla's JavaScript Debugger. An add-on for Firefox. | Firefox 3.x on Windows and OS X |
There are plenty of JavaScript debugging resources available on the web.