Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm
index 0cfecec6297..998b070f848 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm
@@ -10,7 +10,7 @@
<body>
-<h1 role="main">Debugging a project</h1>
+<div role="main"><h1>Debugging a project</h1>
<p>The debugger lets you control the execution of your program by setting
breakpoints, suspending executed programs, stepping through your code, and
@@ -69,7 +69,7 @@ examining the contents of variables.</p>
<li>In the left margin of the <span class="typewriter">main.cpp</span> window, double-click to set a
breakpoint on:<br>
<br>
- &nbsp;<span class="typewriter">cout &lt;&lt; &quot;You just entered&quot;
+ &nbsp;<span class="typewriter">cout &lt;&lt; <q>You just entered</q>
</span><br>
<br>
You'll see a blue circle (<img src="../images/icon_breakpoint_obj.gif" alt="Breakpoint" width="16" height="16">) there indicating the breakpoint is set.</br>
@@ -127,6 +127,6 @@ examining the contents of variables.</p>
&nbsp;</p>
<p>
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
-</body>
+</div></body>
</html> \ No newline at end of file

Back to the top