mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00

- add org.eclipse.cdt.debug.application plugin which supports running CDT debugger as Eclipse application - add org.eclipse.cdt.debug.application.docs plugin which is the modified CDT docs - add org.eclipse.cdt.debug.standalone-feature which bundles the two aforementioned plugins - add org.eclipse.cdt.debug.standlone.source-feature Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13 Reviewed-on: https://git.eclipse.org/r/25845 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
42 lines
No EOL
2.6 KiB
HTML
42 lines
No EOL
2.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Creating or editing a run/debug configuration</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div role="main"><h1>Creating or editing a run/debug configuration</h1>
|
|
<p>While the Stand-alone Debugger creates a run/debug configuration for you automatically,
|
|
advanced users or those familiar with the full C/C++ IDE may wish to create and run
|
|
their own configuration. You may think of a run configuration as a subset of the debug
|
|
configuration whereby the application is run without stopping for breakpoints/etc.. All the
|
|
common settings are shared. You can create a run configure a run environment with
|
|
which to run your application.</p>
|
|
|
|
<p>The Run and Debug pages of the configuration wizard contain the following tabs:</p>
|
|
|
|
<p><img src="../images/cdt_debug_run01.png" alt="Run and Debug tabs"></p>
|
|
|
|
<p>You will use these tabs to customize your run and debug configurations.</p>
|
|
|
|
<p>The following topics explain how to create a run or debug configuration:</p>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_config.htm">Selecting a run or debug configuration</a><br>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_run_config.htm">Creating a run or debug configuration</a><br>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_main.htm">Selecting an application to run or debug</a><br>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_arg.htm">Specifying execution arguments</a><br>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_env.htm">Setting environment variables</a><br>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_dbg.htm">Defining debug settings</a><br>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_source.htm">Specifying the location of source files</a><br>
|
|
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_com.htm">Specifying the location of the run configuration</a><br>
|
|
|
|
<p>
|
|
|
|
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
|
|
</div></body>
|
|
|
|
</html> |