blob: 12349d16de80c247bfc49fda023423a64fa688b1 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright"
content="Copyright (c) IBM Corporation and others 2010, 2013. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../../book.css" type="text/css">
<title>Main Tab</title>
</head>
<body>
<h1>Main Tab</h1>
<p>The Main tab is used to configure what script should be debugged and optionally set the project scope and interpreter options.</p>
<p>
<img src="../../images/rhino_debug/main_tab.png" alt="The Main tab" border="0"/>
</p>
<table border="1" cellspacing="0" cellpadding= "5" width="75%">
<thead>
<tr>
<th rowspan="1" colspan="1" width="30%"> <p> Option </p></th>
<th rowspan="1" colspan="1"> <p> Description </p></th>
<th rowspan="1" colspan="1" width="5%"> <p> Default </p></th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="1" valign="top" align="left">Script</td>
<td colspan="1" valign="top" align="left">Allows you to specify the script to debug. The browse button can be used to find a script in the current workspace to debug.</td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">ECMA Script version to interpret with</td>
<td colspan="1" valign="top" align="left">Allows you to select the ECMA compliance version to run the Rhino interpreter with.</td>
<td colspan="1" valign="top" align="left">170</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Rhino optimization level</td>
<td colspan="1" valign="top" align="left">Allows you to select an optimization level to have Rhino interpret with.</td>
<td colspan="1" valign="top" align="left">-1 [interpret only]</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Strict mode</td>
<td colspan="1" valign="top" align="left">Causes the interpreter to treat all warnings as errors.</td>
<td colspan="1" valign="top" align="left">Off</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Log interpreter exceptions</td>
<td colspan="1" valign="top" align="left">Log any exceptions from the interpreter. Only exceptions that cause the interpreter to fail are logged, not status messages from script interpretation.</td>
<td colspan="1" valign="top" align="left">On</td>
</tr>
</tbody>
</table>
<br>
<p><img src="../../images/ngrelr.png" alt="Related reference" border="0"></p>
<p>
<a href="ref-include-tab.htm">Include Tab</a><br>
<a href="ref-source-tab.htm">Source Tab</a><br>
<a href="ref-common-tab.htm">Common Tab</a><br>
<a href="ref-rhino-tab-group.htm">Rhino Tab Group</a><br>
</p>
</body>
</html>