blob: c0764d4dafa30c31d583b4632cc999495fae615b [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. 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>Debug Preference Page</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
</head>
<body>
<h1>JavaScript Debug Preferences</h1>
<p>The following preferences can be set on the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.wst.jsdt.debug.ui.debug.page)")'> <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Opens the JavaScript Debug preference page"> <b>JavaScript &gt; Debug</b></a> preference page.</p>
<p>
<img src="../../../images/debug/debug-pref-page.png" alt="JavaScript Debug preference page">
</p>
<br>
<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">Delete the 'External JavaScript Source' project on workbench shutdown</td>
<td colspan="1" valign="top" align="left">Allows you to have the debugger automatically delete the external source project when the workbench shuts down.</td>
<td colspan="1" valign="top" align="left">Off</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">Suspend for all script loads</td>
<td rowspan="1" colspan="1" valign="top" align="left">Allows you to have the debugger suspend when any script is loaded</td>
<td rowspan="1" colspan="1" valign="top" align="left">On</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Suspend on JavaScript exceptions</td>
<td colspan="1" valign="top" align="left">Allows you to have the debugger automatically suspend when an uncaught exception is thrown from running JavaScript</td>
<td colspan="1" valign="top" align="left">On</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>