Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-05-31 14:36:00 +0000
committerDarin Wright2006-05-31 14:36:00 +0000
commit8ad6eb3993db9ba684781a9f1970693e2ca3166a (patch)
treee4e4cfbf6170519add67556f8d005d183b0e2335 /bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
parentb01b9e4a0df608a524604346b609baa476c71fa7 (diff)
downloadeclipse.platform.common-8ad6eb3993db9ba684781a9f1970693e2ca3166a.tar.gz
eclipse.platform.common-8ad6eb3993db9ba684781a9f1970693e2ca3166a.tar.xz
eclipse.platform.common-8ad6eb3993db9ba684781a9f1970693e2ca3166a.zip
Bug 144581 - [Debug Doc] missing command entries in variables view doc
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.htm2
1 files changed, 1 insertions, 1 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 a01b09138..477c84f73 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
@@ -17,7 +17,7 @@
The Breakpoints view lists all the breakpoints you have set in the workbench projects. </p>
<p>You can double-click a breakpoint to display its location in the editor.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>Group by &gt; Breakpoint Types</strong> option is turned on.</p>
- <p><img src="images/ref-views_breakpoints_view.PNG" alt="The breakpoints view" border="1"> </p>
+ <p><img src="../../../reference/views/breakpoints/images/ref-views_breakpoints_view.PNG" alt="The Breakpoints View"> </p>
<p>The commands available in the breakpoints view are listed below.</p>
<table border="1" cellpadding="5" cellspacing="0" summary="The commands available in the console view">
<caption>

Back to the top