1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

Patch for Frank@Nokia - 182457 - Update docs fro Run and Debug dialogs.

This commit is contained in:
Doug Schaefer 2007-04-16 13:34:10 +00:00
parent 333081f3c5
commit ff289ac922
13 changed files with 84 additions and 71 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -13,19 +13,22 @@
<h1>Arguments page, Run or Debug dialog boxes</h1> <h1>Arguments page, Run or Debug dialog boxes</h1>
<p>The Arguments page of the Run dialog box and the Debug dialog box lets you specify the execution arguments <p>The Arguments page of the Run or Debug dialog box lets you specify the program arguments
that an application uses and the working directory that an application uses and the working directory for a run or debug configuration.</p>
for a run configuration.</p>
<img src="../images/run_debug_arguments.png" />
<p />
<dl> <dl>
<dt>C/C++ Project Arguments</dt> <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<dd>Specifies the arguments that are passed on the command line.</dd> <tr bgcolor="#CCC"><th>Component</th><th>Description</th></tr>
<dt>Use default working directory</dt> <tr><td width="30%"><dt>Program arguments</dt></td><td>Specifies the arguments that are passed on the command line.</td></tr>
<dd>Clears the check box to specify a local directory or a different project in <tr><td><dt>Variables...</dt></td><td>Select variables by name to include in the program arguments list.</td></tr>
your workspace.</dd> <tr><td><dt>Working directory</dt></td><td>Specifies the run/debug configuration working directory.</td></tr>
<dt>Local directory</dt> <tr><td><dt>Use default</dt></td><td>Checkmark to specify the local directory or uncheck to specify a different workspace, a file system location, or variable.</td></tr>
<dd>Specifies the path of, or browse to, a local directory.</dd> <tr><td><dt>Workspace...</dt></td><td>Specifies the path of, or browse to, a workspace relative working directory.</td></tr>
<dt>Workspace</dt> <tr><td><dt>File System...</dt></td><td>Specifies the path of, or browse to, a file system directory.</td></tr>
<dd>Specifies the path of, or browse to, a workspace relative working directory.</dd> <tr><td><dt>Variables...</dt></td><td>Select variables by name to include in the working directory.</td></tr>
</table>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

View file

@ -13,25 +13,26 @@
<h1>Common page, Run or Debug dialog box</h1> <h1>Common page, Run or Debug dialog box</h1>
<p>The Main page of the Run dialog box and the Debug dialog box lets you specify <p>The Main page of the Run and Debug dialog boxes lets you specify
the location in which to store your run configuration and how you access it and what the location in which to store your run configuration and how you access it, how standard input and output is handled, and if background launches are enabled or not.</p>
perspective to open when running an application.</p>
<img src="../images/run_debug_common.png" />
<p />
<dl> <dl>
<dt>Local</dt> <table width="580" border="1" cellpadding="2" cellspacing="0" >
<dd>Saves the launch configuration locally.</dd> <tr bgcolor="#CCC"><th>Component</th><th>Description</th></tr>
<dt>Shared</dt> <tr><td width="30%"><dt>Local file</dt></td><td>Saves the launch configuration locally.</td></tr>
<dd>Saves the launch configuration to a project in your workspace, <tr><td><dt>Shared file</dt></td><td>Specifies the path of, or browse to, a workspace to store the launch configuration file, and be able to commit it to CVS.</td></tr>
and be able to commit it to CVS.</dd> <tr><td><dt>Display in favorites menu</dt></td><td>Add configuration name to Run or Debug menus for easy selection.</td></p></tr>
<dt>Location of shared configuration</dt> <tr><td><dt>Console Encoding</dt></td><td>Specify encoding scheme to use for console output.</td></tr>
<dd>Specifies the location of a launch configuration.</dd> <tr><td><dt>Allocate Console (necessary for input)</dt></td><td>Check to assign a console view to receive the output.</td></tr>
<dt>Run mode</dt> <tr><td><dt>File</dt></td><td>Specify file name to save output.</td></tr>
<dd>Selects a perspective to switch to when you run an application.</dd> <tr><td><dt>Browse Workspace...</dt></td><td>Specifies the path of, or browse to, a workspace to store the output file.</td></tr>
<dt>Debug mode</dt> <tr><td><dt>Browse File System...</dt></td><td>Specifies the path of, or browse to, a file system directory to store the output file.</td></tr>
<dd>Selects a perspective to switch to when you debug an application.</dd> <tr><td><dt>Variables...</dt></td><td>Select variables by name to include in the output file.</td></tr>
<dt>Run</dt> <tr><td><dt>Append</dt></td><td>Check to append output. Uncheck to recreate file each time.</td></tr>
<dd>Displays &quot;Run&quot; in favorites menu.</dd> <tr><td><dt>Launch in background</dt></td><td>Check to launch configuration in background mode.</td></tr>
<dt>Debug</dt> </table>
<dd>Displays in &quot;Debug&quot; favorites menu.</dd>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

View file

@ -13,17 +13,19 @@
<h1>Debugger page, Run or Debug dialog box</h1> <h1>Debugger page, Run or Debug dialog box</h1>
<p>The Debugger page of the Run dialog box and the Debug dialog box lets you select a debugger to use when debugging an application.</p> <p>The Debugger page of the Run and Debug dialog boxes lets you select a debugger to use when debugging an application.</p>
<img src="../images/run_debug_debugger.png" />
<p />
<dl> <dl>
<dt>Debugger</dt> <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<dd>Selects debugger type from the list.</dd> <tr bgcolor="#CCC"><th>Component</th><th>Description</th></tr>
<dt>Stop at main() on startup</dt> <tr><td width="30%"><dt>Debugger</dt></td><td>Selects debugger type from the list.</td></tr>
<dd>Stops program at main().</dd> <tr><td><dt>Stop on startup at</dt></td><td>Stops program at specified location.</td></tr>
<dt>Advanced</dt> <tr><td valign="top"><dt>Advanced</dt></td><td>Opens the Advanced Options dialog.<br><p><img src="../images/run_debug_debugger_advopt.png" />
<dd>Opens the dialog with the advanced debugging options.</dd> </td></p></tr>
<dt>Debugger Options</dt> <tr><td><dt>Debugger Options</dt></td><td>Displays options specific to the selected debugger type.</td></tr>
<dd>Options specific to the selected debugger type.</dd> </table>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

View file

@ -13,20 +13,23 @@
<h1>Environment page, Run or Debug dialog box</h1> <h1>Environment page, Run or Debug dialog box</h1>
<p>The Environment page of the Run dialog box and the Debug dialog box lets you <p>The Environment page of the Run and Debug dialog boxes lets you
set environment variables and values to use when an application runs.</p> set environment variables and values to use when an application runs.</p>
<img src="../images/run_debug_environment.png" />
<p />
<dl> <dl>
<dt>Name</dt> <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<dd>Displays the name of environment variables.</dd> <tr bgcolor="#CCC"><th>Component</th><th>Description</th></tr>
<dt>Value</dt> <tr><td width="30%"><dt>Name</dt></td><td>Displays the name of environment variables.</td></tr>
<dd>Displays the value of environment variables.</dd> <tr><td><dt>Value</dt></td><td>Displays the value of environment variables.</td></tr>
<dt>New</dt> <tr><td><dt>New</dt></td><td>Creates a new environment variable.</td></tr>
<dd>Creates a new environment variable.</dd> <tr><td><dt>Select...</dt></td><td>Select one or more environment variables to set.</td></tr>
<dt>Edit</dt> <tr><td><dt>Edit</dt></td><td>Modifies the name and value of an environment variable.</td></tr>
<dd>Modifies the name and value of an environment variable.</dd> <tr><td><dt>Remove</dt></td><td>Removes selected environment variables from the list.</td></tr>
<dt>Remove</dt> <tr><td><dt>Append environment to native environment</dt></td><td>Append the environment variables shown to the current native environment.</td></tr>
<dd>Removes selected environment variables from the list.</dd> <tr><td><dt>Replace native environment with specified environment</dt></td><td>Replaces the current native environment with the specified environment set shown.</td></tr>
</table>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

View file

@ -15,11 +15,16 @@
<p>The Main page of the Run dialog box and the Debug dialog box, identifies the project and application you want to run or debug.</p> <p>The Main page of the Run dialog box and the Debug dialog box, identifies the project and application you want to run or debug.</p>
<img src="../images/run_debug_main.png" />
<p />
<dl> <dl>
<dt>Project</dt> <table width="640" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<dd>Specifies the name of the project.</dd> <tr bgcolor="#CCC"><th>Component</th><th>Description</th></tr>
<dt>C/C++ Application</dt> <tr><td width="30%"><dt>Project</dt></td><td>Specifies the name of the project.</td></tr>
<dd>Specifies the name of the application.</dd> <tr><td><dt>C/C++ Application</dt></td><td>Specifies the name of the application.</td></tr>
<tr><td><dt>Search Project...</dt></td><td>Specifies the binary or binaries to run within the project.</td></tr>
<tr><td><dt>Connect process input output to a terminal</dt></td><td>&nbsp;</td></tr>
</table>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">

View file

@ -13,24 +13,23 @@
<h1>Source page, Run or Debug dialog box</h1> <h1>Source page, Run or Debug dialog box</h1>
<p>The Source page of the Run dialog box and the Debug dialog box lets you specify the location of source files used when debugging a C or C++ <p>The Source page of the Run and Debug dialog boxes lets you specify the location of source files used when debugging a C or C++
application. By default, this information is taken from the build path of your application. By default, this information is taken from the build path of your project.</p>
project.</p>
<img src="../images/run_debug_source.png" />
<p />
<dl> <dl>
<dt>Add</dt> <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<dd>Adds new source containers to the debugger source search list.</dd> <tr bgcolor="#CCC"><th>Component</th><th>Description</th></tr>
<dt>Edit</dt> <tr><td width="30%"><dt>Add</dt></td><td>Adds new source containers to the Source Lookup Path search list.</td></tr>
<dd>Modifies the content of the selected source container.</dd> <tr><td><dt>Edit...</dt></td><td>Modifies the content of the selected source container.</td></tr>
<dt>Remove</dt> <tr><td><dt>Remove</dt></td><td>Removes selected items from the Source Lookup Path list.</td></p></tr>
<dd>Removes selected items from the debugger source search list.</dd> <tr><td><dt>Up</dt></td><td>Moves selected items up the Source Lookup Path list.</td></tr>
<dt>Up</dt> <tr><td><dt>Down</dt></td><td>Moves selected items down the Source Lookup Path list.</td></tr>
<dd>Moves selected items up the Additional Source Locations list.</dd> <tr><td><dt>Restore Default</dt></td><td>Restores the default source search list.</td></tr>
<dt>Down</dt> <tr><td><dt>Search for duplicate source files on the path</dt></td><td valign="top">Controls whether to continue search for files with the same name.</td></tr>
<dd>Moves selected items down the Additional Source Locations list.</dd> </table>
<dt>Restore Defaults</dt>
<dd>Restores the default source search list.</dd>
<dt>Search for duplicate source files on the path</dt>
<dd>Controls whether to continue search for files with the same name.</dd>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">