<!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"><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/ng00_04a.gif" ALT="IBM Copyright Statement" > </p> </body> </html>