Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2009-05-29 21:12:49 +0000
committerAlena Laskavaia2009-05-29 21:12:49 +0000
commitfc4176c35fd9cc018ee5b56ada7b0c48f48abaac (patch)
tree68d68e8e67a70450c3c2047a470770ef9631662c /doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
parent310b0d701d9648c432730f348b85b2e9252b8ba0 (diff)
downloadorg.eclipse.cdt-fc4176c35fd9cc018ee5b56ada7b0c48f48abaac.tar.gz
org.eclipse.cdt-fc4176c35fd9cc018ee5b56ada7b0c48f48abaac.tar.xz
org.eclipse.cdt-fc4176c35fd9cc018ee5b56ada7b0c48f48abaac.zip
[278466] - docs for multi-launch - first draft
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
index ea4b94e2384..bd9b157c109 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
@@ -10,9 +10,14 @@
<body>
-<h1>Run and Debug dialog boxes</h1>
+<h1>Run and Debug</h1>
-<p>This section describes the Run and Debug dialog boxes.</p>
+<p>Types of Launch configurations supported by CDT</p>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Local Application - run application on local host<br/>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Attach to Local Application - attach to already running application on the local host<br/>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Postmortem debugger - run debugger on "core" file<br/>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_gdb_launch_group.htm">Launch Group</a> - launch multiple applications<br>
+<p>Launch Configurations common tabs</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_env.htm">Environment</a><br>

Back to the top