mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +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>
47 lines
No EOL
2.1 KiB
HTML
47 lines
No EOL
2.1 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>Introduction</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
<div role="main">
|
|
<h1>Introduction</h1>
|
|
<p>The Stand-alone Debugger is an Eclipse application which packages the
|
|
Eclipse plug-ins from the CDT (C/C++ Development Tools) project into an
|
|
application that can be started from a command-line script. The debugger
|
|
removes some of the plug-ins that would be found in the full CDT set that
|
|
are related to building and project set-up. This simplifies the UI for
|
|
the end-user who is only interested in debugging and is not interested in
|
|
using Eclipse to build the application itself.</p>
|
|
<p>In addition, the Stand-alone debugger helps to simplify debugging in that
|
|
it hides Eclipse-specific concepts such as the Eclipse project and launch
|
|
configuration. While these concepts are hidden, they still are used underneath
|
|
and an experienced Eclipse user can still access them. Subsequent documentation
|
|
here will attempt to point out where such concepts are being automated by the
|
|
Stand-alone Debugger and how they can still be accessed.</p>
|
|
|
|
|
|
<p><img style="border: 0px solid ; width: 143px; height: 21px;"
|
|
src="../images/ngconcepts.gif" alt="Related concepts"> <br>
|
|
<a href="../concepts/cdt_c_over_cdt.htm">CDT Overview</a><br>
|
|
<a href="../concepts/cdt_c_projects.htm">C/C++ Projects</a><br>
|
|
<a href="../concepts/cdt_c_perspectives.htm">C/C++ Perspectives</a><br>
|
|
<a href="../concepts/cdt_c_indexer.htm">C/C++ Indexer</a><br>
|
|
<a href="../concepts/cdt_c_search.htm">C/C++ Search</a></p>
|
|
<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
|
<br>
|
|
<a href="../reference/cdt_o_views.htm">Views</a><br>
|
|
<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br>
|
|
<a href="../tasks/cdt_t_standalone_startup.htm">Starting the debugger</a><br>
|
|
|
|
<img src="../images/intl_07.gif" ALT="Intel Copyright Statement" >
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html> |