Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
%brandDTD;
]>
<head>
<title>&brandShortName; Tools and Development</title>
<link rel="stylesheet" href="helpFileLayout.css"
type="text/css"/>
</head>
<body>
<h1 id="web_development_tools">Web Development Tools</h1>
<p>For web developers, &brandShortName; provides several tools to aid in
developing and debugging <a href="glossary.xhtml#web_application">web
applications</a>. Some of these are optional installs. To access these
tools, open the Tools menu and choose Web Development.</p>
<ul class="separate">
<li id="js_console">
<strong>Error Console</strong>: a console window that reports problems
with <a href="glossary.xhtml#javascript">JavaScript</a> and CSS code in
web applications and the &brandShortName; application itself. By default,
CSS parsing errors and JavaScript errors are displayed. The console can
also be used to display logged messages from <a href="glossary.xhtml#xul">
XUL</a> and JavaScript code.
</li>
<li id="devtools">
<strong>Developer Tools</strong>: &brandShortName; includes a set of
developer tools that can be docked to the bottom of a browser window or
used in a separate window. The <strong>Toggle Tools</strong> command in
the Web Development menu can be used to open and close the Developer Tools.
The Developer Tools are shared with Firefox. To learn more about the
Firefox Developer Tools site</a>.
</li>
</ul>
</body>
</html>