Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2002-02-06 18:46:56 +0000
committerDarin Wright2002-02-06 18:46:56 +0000
commit80602a9dc79683f7e9a43deef3a2954f522d3432 (patch)
treef6938dd884ef6ced841e31084f836d978b241545 /org.eclipse.debug.core/doc/org_eclipse_debug_core.html
parentcdc66a2abe1f07156b1806c34d91715da0dd11f2 (diff)
downloadeclipse.platform.debug-80602a9dc79683f7e9a43deef3a2954f522d3432.tar.gz
eclipse.platform.debug-80602a9dc79683f7e9a43deef3a2954f522d3432.tar.xz
eclipse.platform.debug-80602a9dc79683f7e9a43deef3a2954f522d3432.zip
bug 6485
Diffstat (limited to 'org.eclipse.debug.core/doc/org_eclipse_debug_core.html')
-rw-r--r--org.eclipse.debug.core/doc/org_eclipse_debug_core.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.debug.core/doc/org_eclipse_debug_core.html b/org.eclipse.debug.core/doc/org_eclipse_debug_core.html
index 811a99124..bce865f9e 100644
--- a/org.eclipse.debug.core/doc/org_eclipse_debug_core.html
+++ b/org.eclipse.debug.core/doc/org_eclipse_debug_core.html
@@ -16,8 +16,8 @@ actions are defined by interfaces, for which specific debug architectures may pr
implementations. For example, some common artifacts are threads, stack frames, and
variables; some common actions are terminate, suspend, step, and resume. A debug
architecture, such as JDI (Java Debug Interface), can provide an implementation of the
-artifacts and actions. The debug plug-in also defines and provides an implementation of
-managers to support breakpoints and launching.<br>
+artifacts and actions. The debug plug-in also provides a facilities to support
+breakpoint management, expression management, and program launching.<br>
</p>
<hr>
@@ -27,7 +27,8 @@ managers to support breakpoints and launching.<br>
<p>The following extension points are used to support and extend the debug infrastructure:
<ul>
- <li><a href="org_eclipse_debug_core_launchers.html">org.eclipse.debug.core.launchers</a></li>
+ <li><a href="org_eclipse_debug_core_launcher_configuration_types.html">org.eclipse.debug.core.launchConfigurationTypes</a></li>
+ <li><a href="org_eclipse_debug_core_breakpoints.html">org.eclipse.debug.core.breakpoints</a></li>
</ul>
<p><a href="hglegal.htm"><img src="ngibmcpy.gif" alt="Copyright IBM Corp. 2000, 2001. All Rights Reserved."

Back to the top