mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
89 lines
3 KiB
HTML
89 lines
3 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</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
<script language="JavaScript">
|
|
function changeSize(theImage,wd,ht) {
|
|
wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
|
|
if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
|
|
else {wdth=wd;hght=ht;}
|
|
theImage.style.width=wdth; theImage.style.height=hght;
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Run Menu actions</h1>
|
|
<p>Run and Debug menu commands:</p>
|
|
|
|
<p><img src="../images/run_menu.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"><b>Run Last Launched</b></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"><b>Debug Last Launched</b></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"><b>Run History</b></td>
|
|
<td valign="top"> Presents a sub menu of the recent history of launch configurations launched in run mode.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><b>Run As</b></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"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><b>Run...</b></td>
|
|
<td valign="top">This command realizes the launch configuration dialog to manage run mode launch configurations. </td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><b>Debug History</b></td>
|
|
<td valign="top">Presents a sub menu of the recent history of launch configurations launched in debug mode.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><b>Debug As</b></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"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><b>Debug...</b></td>
|
|
<td valign="top">This command realizes the launch configuration dialog to manage debug mode launch configurations.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><b>External Tools</b></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"> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
<img src="../images/rh03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="300" height="14"><br>
|
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
|
</p>
|
|
</body>
|
|
</html>
|