1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm
Jesse Weinstein b502c8ab5d Bug 400955: move some styling into css classes
The edit menu docs will be updated in a later patch.

Change-Id: I5a8975d1159e39e580e87f502160d3f46d71b3f0
Reviewed-on: https://git.eclipse.org/r/10604
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-02-22 19:02:59 -05:00

79 lines
No EOL
2.9 KiB
HTML
Executable file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Run Menu actions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<div role="main"><h1>Run Menu actions</h1>
<p><img src="../images/cdt_menu_run.png" alt="Run Menu" ></p>
<p><table class="menu" border="1" cellspacing="0" cellpadding="3">
<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
<tr>
<td class="menu_name" headers="name">Run</td>
<td headers="function"> This command allows you to quickly repeat the most recent launch in run mode.</td>
<td headers="keyboard"> Ctrl+F11</td>
</tr>
<tr>
<td class="menu_name" headers="name">Debug</td>
<td headers="function"> This command allows you to quickly repeat the most recent launch in debug mode.</td>
<td headers="keyboard"> F11</td>
</tr>
<tr>
<td class="menu_name" headers="name">Run History</td>
<td headers="function"> Presents a sub menu of the recent history of launch configurations launched in run mode.</td>
<td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
<td class="menu_name" headers="name">Run As</td>
<td headers="function"> Presents a sub menu of registered run launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
<td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
<td class="menu_name" headers="name">Open Run Dialog...</td>
<td headers="function"> This command realizes the launch configuration dialog to manage run mode launch configurations. </td>
<td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
<td class="menu_name" headers="name">Debug History</td>
<td headers="function"> Presents a sub menu of the recent history of launch configurations launched in debug mode.</td>
<td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
<td class="menu_name" headers="name">Debug As</td>
<td headers="function"> Presents a sub menu of registered debug launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
<td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
<td class="menu_name" headers="name">Open Debug Dialog...</td>
<td headers="function"> This command realizes the launch configuration dialog to manage debug mode launch configurations.</td>
<td headers="keyboard"> &nbsp;</td>
</tr>
<tr>
<td class="menu_name" headers="name">External Tools</td>
<td headers="function"> Presents a sub menu of links to external run configuration dialogs to manage run mode launch configurations.</td>
<td headers="keyboard"> &nbsp;</td>
</tr>
</table>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</div></body>
</html>