Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_standalone_intro.htm')
-rw-r--r--debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_standalone_intro.htm47
1 files changed, 47 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_standalone_intro.htm b/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_standalone_intro.htm
new file mode 100644
index 00000000000..db7b6cf90e4
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_standalone_intro.htm
@@ -0,0 +1,47 @@
+<!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> \ No newline at end of file

Back to the top