Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm
index 02f97d75068..42527b889cd 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -12,7 +12,7 @@
<body>
-<h1>Debugging a program</h1>
+<h1 role="main">Debugging a program</h1>
<p>You must create a debug launch configuration the first time you debug your
program.</p>
@@ -31,9 +31,9 @@ program.</p>
the application you want to debug.</li>
<li>In the <strong>C/C++ Application</strong> box, type the name of the executable
that you want to run.</li>
- <li>Click <strong>Debug</strong>.</li>
+ <li>Click <strong>Debug</strong>.<br><br>
<p>The debug perspective is opened and the application window opens on
- top. The C/C++ editor window is repositioned in the perspective.</p>
+ top. The C/C++ editor window is repositioned in the perspective.</p></li>
</ol>
<p>For more information:</p>
@@ -63,14 +63,14 @@ program.</p>
<li>Click <strong>Debug</strong>. </li>
</ol>
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
+<p><img 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">
+<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="cdt_o_debug.htm">Debugging</a></p>
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

Back to the top