Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-02-25 13:02:45 +0000
committerDani Megert2011-02-25 13:02:45 +0000
commit61093cb14630f544b435e27f03f454b45403fc2d (patch)
tree7e6578dbb286da2947b595fa60f76a5f24bbd2c6 /bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
parent117681c011091f0800ffae24bd2abbffe8637f40 (diff)
downloadeclipse.platform.common-61093cb14630f544b435e27f03f454b45403fc2d.tar.gz
eclipse.platform.common-61093cb14630f544b435e27f03f454b45403fc2d.tar.xz
eclipse.platform.common-61093cb14630f544b435e27f03f454b45403fc2d.zip
Fixed HTML issues.
Diffstat (limited to 'bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm')
-rw-r--r--bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm b/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
index b8044a504..7ee32c82e 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css"/>
@@ -13,7 +13,7 @@
<p>You can double-click a breakpoint to display its location in the editor (if applicable). You can also enable or disable breakpoints, delete them, add new ones, group them by working set, or set hit counts. </p>
<p>In the example shown below the <strong><a href="../../../reference/views/breakpoints/ref-groupby_viewaction.htm">Group by &gt; Breakpoint Types</a></strong> option is turned on.</p>
<p><img src="../../../reference/views/breakpoints/images/ref-views_breakpoints_view.PNG" alt="Breakpoints View"/> </p>
-<a name="detail_pane"/>
+<a name="detail_pane"></a>
<p>The breakpoints view displays details of the selected breakpoint and can be used to configure attributes
of the selected breakpoint similar to the <a href="../../../reference/views/breakpoints/ref-properties_contextaction.htm"><strong>Breakpoint Properties...</strong></a>
action. The orientation of the detail pane can be configured from the view drop down menu.</p>

Back to the top