blob: 75b44f3ffc611f317b56be804b2c056d42fa5ea9 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>README Debug User Interface Extension Points</title>
</head>
<body link="#0000FF" vlink="#800080">
<h1 align="center">Eclipse Debug Platform</h1>
<p>The debug platform plug-in, <b>org.eclipse.debug.core</b>,
defines a model for language independent debugging. A set of common debug artifacts and
actions are defined by interfaces, for which specific debug architectures may provide
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 the Java Platform Debug Architecture (JPDA), can provide an implementation of the
artifacts and actions. The debug plug-in also provides a facilities to support
breakpoint management, expression management, and program launching.<br>
</p>
<hr>
<h1>Extension Points</h1>
<p>The following extension points are used to support and extend the debug infrastructure:
<ul>
<li><a href="org_eclipse_debug_core_breakpoints.html">org.eclipse.debug.core.breakpoints</a></li>
<li><a href="org_eclipse_debug_core_launch_configuration_types.html">org.eclipse.debug.core.launchConfigurationTypes</a></li>
<li><a href="org_eclipse_debug_core_source_locators.html">org.eclipse.debug.core.sourceLocators</a></li>
<li><a href="org_eclipse_debug_core_status_handlers.html">org.eclipse.debug.core.statusHandlers</a></li>
</ul>
<p><a href="hglegal.htm"><img src="ngibmcpy.gif" alt="Copyright IBM Corp. 2000, 2001. All Rights Reserved."
border="0" width="195" height="12"></a></p>
</body>
</html>