Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm
new file mode 100644
index 00000000000..c012976284e
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm
@@ -0,0 +1,40 @@
+<!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>Debug</title>
+<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+
+<h1>Debug</h1>
+
+<p>This section describes CDT debug concepts.</p>
+
+<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="508">
+ <tr>
+ <th align="left" valign="bottom" width="279">To learn about</th>
+ <th align="left" width="206">See</th>
+ </tr>
+ <tr>
+ <td align="left" width="279">CDT debugger</td>
+ <td align="left" width="206"><a href="cdt_c_over_dbg.htm">Debug overview</a></td>
+ </tr>
+ <tr>
+ <td align="left" width="279">How debug information is displayed</td>
+ <td align="left" width="206"><a href="cdt_c_dbg_info.htm">Debug information</a></td>
+ </tr>
+ </table>
+
+<p>&nbsp;</p>
+
+<img src="../images/ng2003.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+
+</body>
+
+</html> \ No newline at end of file

Back to the top