| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]"> |
| <title> |
| Debug Preferences |
| </title> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| </head> |
| <body> |
| <h1> |
| Debug preferences |
| </h1> |
| <p> |
| The following preferences can be set using the Debug Preferences page. |
| </p> |
| <br> |
| <br> |
| <br> |
| |
| |
| <table border="1" cellspacing="0"> |
| <caption> <br> |
| </caption> |
| <tbody> |
| <tr> |
| <th> |
| <p> Option </p> |
| </th> |
| <th> |
| <p> Description </p> |
| </th> |
| <th> |
| <p> Default </p> |
| </th> |
| </tr> |
| <tr> |
| <td align="left" valign="top"> |
| <p> Build (if required) before launching </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> If the workspace requires building, an incremental build will be performed |
| prior to launching an application. </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> On </p> |
| </td> |
| </tr> |
| <tr> |
| <td align="left" valign="top"> |
| <p> Remove terminated launches when a new launch is created </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> When an application is launched, all terminated applications in the |
| Debug view are automatically cleared. </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> Off </p> |
| </td> |
| </tr> |
| <tr> |
| <td align="left" valign="top"> |
| <p> Reuse editor when displaying source code </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> The debugger displays source code in an editor when stepping through |
| an application. When this option is on, the debugger will reuse the editor |
| that it opened to display source from different source files. This prevents |
| the debugger from opening an excessive number of editors. When this option |
| is off, the debugger will open a new editor for each source file that |
| needs to be displayed. </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> On </p> |
| </td> |
| </tr> |
| <tr> |
| <td align="left" valign="top">Activate the workbench when when a breakpoint |
| is hit</td> |
| <td align="left" valign="top">This option brings attention to the debugger |
| when a breakpoint is encountered, by activating the associated window. The |
| visual result varies from platform to platform. For example, on Windows, |
| the associated window's title bar will flash.</td> |
| <td align="left" valign="top">On</td> |
| </tr> |
| <tr> |
| <td align="left" valign="top"> |
| <p> Save dirty editors before launching </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> This option controls whether the user will be prompted to save any dirty |
| editors before an application is launched. The allowable settings are: |
| </p> |
| <ul> |
| <li> Never - when this option is selected, the user is never prompted |
| to save dirty editors, and editors are not automatically saved. </li> |
| <li> Prompt - when this option is selected, the user is prompted to save |
| dirty editors before launching an application. </li> |
| <li> Auto-save - when this option is selected, any dirty editors are automatically |
| saved before launching (and the user is not prompted). </li> |
| </ul> |
| </td> |
| <td align="left" valign="top"> |
| <p> Prompt </p> |
| </td> |
| </tr> |
| <tr> |
| <td align="left" valign="top"> |
| <p> Default perspective for Debug </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> This setting controls the perspective that is switched to when an application |
| is launched in debug mode. By default, each launch configuration inherits |
| this setting. However, a launch configuration may also override this setting |
| by specifying an explicit perspective in the Common tab. </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> Debug perspective </p> |
| </td> |
| </tr> |
| <tr> |
| <td align="left" valign="top"> |
| <p> Default perspective for Run </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> This setting controls the perspective that is switched to when an application |
| is launched in run mode. By default, each launch configuration inherits |
| this setting. However, a launch configuration may also override this setting |
| by specifying an explicit perspective in the Common tab. </p> |
| </td> |
| <td align="left" valign="top"> |
| <p> No perspective change </p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <p> |
| <img src="../images/ngrelc.gif" alt="Related concepts" border="0" height="27" width="159"> |
| </p> |
| <p> |
| <a href="../concepts/concepts-10.htm">Debugger</a><br> |
| <a href="../concepts/clocdbug.htm">Local Debugging</a><br> |
| <a href="../concepts/cremdbug.htm">Remote Debugging</a> |
| </p> |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related Tasks" border="0" height="27" width="159"> |
| </p> |
| <p> |
| <a href="../tasks/tasks-9.htm">Changing Debugger Launch Options</a><br> |
| <a href="../tasks/tasks-133.htm">Preparing to Debug</a><br> |
| <a href="../tasks/tasks-126.htm">Running and Debugging</a> |
| </p> |
| <p> |
| <img src="../images/ngrelr.gif" alt="Related reference" border="0" height="27" width="159"> |
| </p> |
| <p> |
| <a href="ref-131.htm">Java search tab</a><br> |
| <a href="ref-menu-search.htm">Search menu</a> |
| </p> |
| <a href="../hglegal2003.htm"><img src="../images/ngibmcpy2003.gif" alt="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." border="0" height="14" width="324"></a> |
| </body> |
| </html> |
| |