Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm
index 7bac6550482..69469470c75 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.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>
@@ -10,7 +10,7 @@
<body>
-<h1>Attaching or removing breakpoint actions</h1>
+<h1 role="main">Attaching or removing breakpoint actions</h1>
<p>You can attach one or more breakpoint actions to a single breakpoint. For example, when the breakpoint is hit you could both log a message and play a sound. Actions are executed in the order they appear in the <strong>Actions for this breakpoint</strong> list. </p>
<p>To attach or remove a breakpoint action from a breakpoint: </p>
@@ -40,10 +40,10 @@
<li>Click <strong>OK</strong>.</li>
</ol>
-<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_brkpnts_watch.htm">Using breakpoints, watchpoints, and breakpoint actions</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_u_debug.htm">Debug preferences</a></p>
<hr>

Back to the top