2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2004-06-02 19:01:38 +00:00
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" >
2004-06-21 10:33:03 +00:00
< title > Run Menu actions< / title >
2004-06-02 19:01:38 +00:00
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
< / head >
< body >
2011-03-31 13:59:18 +00:00
< h1 role = "main" > Run Menu actions< / h1 >
2004-06-02 19:01:38 +00:00
2004-06-14 11:25:12 +00:00
< p > < img src = "../images/cdt_menu_run.png" alt = "Run Menu" > < / p >
2004-06-02 19:01:38 +00:00
< p > < table border = "1" cellspacing = "0" cellpadding = "3" >
2011-03-31 13:59:18 +00:00
< tr > < th id = "name" > Name< / th > < th id = "function" > Function< / th > < th id = "keyboard" > Keyboard Shortcut< / th > < / tr >
2004-06-02 19:01:38 +00:00
< tr valign = "top" >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Run< / strong > < / td >
< td valign = "top" headers = "function" > This command allows you to quickly repeat the most recent launch in run mode.< / td >
< td valign = "top" headers = "keyboard" > Ctrl+F11< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr valign = "top" >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Debug< / strong > < / td >
< td valign = "top" headers = "function" > This command allows you to quickly repeat the most recent launch in debug mode.< / td >
< td valign = "top" headers = "keyboard" > F11< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Run History< / strong > < / td >
< td valign = "top" headers = "function" > Presents a sub menu of the recent history of launch configurations launched in run mode.< / td >
< td valign = "top" headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Run As< / strong > < / td >
< td valign = "top" 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 valign = "top" headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Open Run Dialog...< / strong > < / td >
< td valign = "top" headers = "function" > This command realizes the launch configuration dialog to manage run mode launch configurations. < / td >
< td valign = "top" headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Debug History< / strong > < / td >
< td valign = "top" headers = "function" > Presents a sub menu of the recent history of launch configurations launched in debug mode.< / td >
< td valign = "top" headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Debug As< / strong > < / td >
< td valign = "top" 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 valign = "top" headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > Open Debug Dialog...< / strong > < / td >
< td valign = "top" headers = "function" > This command realizes the launch configuration dialog to manage debug mode launch configurations.< / td >
< td valign = "top" headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr valign = "top" >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "name" > < strong > External Tools< / strong > < / td >
< td valign = "top" headers = "function" > Presents a sub menu of links to external run configuration dialogs to manage run mode launch configurations.< / td >
< td valign = "top" headers = "keyboard" > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< / table >
< p >
2004-06-24 10:49:13 +00:00
< img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" >
2004-06-02 19:01:38 +00:00
< / p >
< / body >
2004-06-14 11:25:12 +00:00
< / html >