mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[278466] - docs for multi-launch - first draft
This commit is contained in:
parent
310b0d701d
commit
fc4176c35f
3 changed files with 57 additions and 2 deletions
BIN
doc/org.eclipse.cdt.doc.user/images/run_debug_launch_group.png
Normal file
BIN
doc/org.eclipse.cdt.doc.user/images/run_debug_launch_group.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Group Launch Configuration</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Group Launch Configuration</h1>
|
||||
|
||||
<p>Group Launch Configuration let's you run multiple applications
|
||||
at the same time or in sequential order.</p>
|
||||
|
||||
<img src="../images/run_debug_launch_group.png">
|
||||
<p></p>
|
||||
<dl>
|
||||
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
|
||||
<tr ><th>Component</th><th>Description</th></tr>
|
||||
<tr><td width="30%"><dt>Name</dt></td><td>Displays the name of the launch configuration and check status (enabled or disabled in the given run).</td></tr>
|
||||
<tr><td><dt>Mode</dt></td><td>Displays the mode in which given configuration would run when Group configuration is launched.</td></tr>
|
||||
<tr><td><dt>Action</dt></td><td>Post launch action for given configuration.</td></tr>
|
||||
<tr><td><dt>Up</dt></td><td>Move selected configuration(s) up</td></tr>
|
||||
<tr><td><dt>Down</dt></td><td>Move selected configuration(s) down</td></tr>
|
||||
<tr><td><dt>Add...</dt></td><td>Opens a dialog to add a new configuration.</td></tr>
|
||||
<tr><td><dt>Edit...</dt></td><td>Opens a dialog to edit values for configuration(s).</td></tr>
|
||||
<tr><td><dt>Remove</dt></td><td>Removes selected configuration(s) from the list.</td></tr>
|
||||
|
||||
</table>
|
||||
</dl>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
|
||||
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br>
|
||||
<a href="../tasks/cdt_o_run.htm">Running and debugging</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue