1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm

79 lines
No EOL
2.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<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>
<h1>Run Menu actions</h1>
<p><img src="../images/cdt_menu_run.png" alt="Run Menu" ></p>
<p><table border="1" cellspacing="0" cellpadding="3">
<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
<tr valign="top">
<td valign="top"><strong>Run</strong></td>
<td valign="top"> This command allows you to quickly repeat the most recent launch in run mode.</td>
<td valign="top">Ctrl+F11</td>
</tr>
<tr valign="top">
<td valign="top"><strong>Debug</strong></td>
<td valign="top"> This command allows you to quickly repeat the most recent launch in debug mode.</td>
<td valign="top">F11</td>
</tr>
<tr>
<td valign="top"><strong>Run History</strong></td>
<td valign="top"> Presents a sub menu of the recent history of launch configurations launched in run mode.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top"><strong>Run As</strong></td>
<td valign="top">Presents a sub menu of registered run launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top"><strong>Open Run Dialog...</strong></td>
<td valign="top">This command realizes the launch configuration dialog to manage run mode launch configurations. </td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top"><strong>Debug History</strong></td>
<td valign="top">Presents a sub menu of the recent history of launch configurations launched in debug mode.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top"><strong>Debug As</strong></td>
<td valign="top">Presents a sub menu of registered debug launch shortcuts. Launch shortcuts provide support for workbench or active editor selection sensitive launching.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top"><strong>Open Debug Dialog...</strong></td>
<td valign="top">This command realizes the launch configuration dialog to manage debug mode launch configurations.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr valign="top">
<td valign="top"><strong>External Tools</strong></td>
<td valign="top">Presents a sub menu of links to external run configuration dialogs to manage run mode launch configurations.</td>
<td valign="top">&nbsp;</td>
</tr>
</table>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>