Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-10-31 20:00:27 +0000
committerDarin Wright2006-10-31 20:00:27 +0000
commit51fdd69895c064ca159cae55828b79ebab6448f1 (patch)
tree8967045150c3c28d1fc93996237399c0b6c417cc
parentf32c73a9fb03ddd5550b98ef963770dc6dfa15da (diff)
downloadeclipse.platform.debug-51fdd69895c064ca159cae55828b79ebab6448f1.tar.gz
eclipse.platform.debug-51fdd69895c064ca159cae55828b79ebab6448f1.tar.xz
eclipse.platform.debug-51fdd69895c064ca159cae55828b79ebab6448f1.zip
package html update
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/package.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/package.html b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/package.html
index f5bc35985..b00d0ebfd 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/package.html
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/package.html
@@ -12,7 +12,16 @@
<h2 align="left">Package Specification</h2>
-<p>This package provides a set interfaces and classses for listening to and specifying
- the active debug in each workbench window.</p>
+<p>This package provides a set interfaces and classes relating to the active debug
+ context.</p>
+<p>A debug context represents an active state of a program being debugged. The
+ active debug context drives the enabled state of debug actions (step, terminate,
+ etc.), source lookup, visible variables, watch expression values, etc. The debug
+ platform allows clients to register for context change notification in order
+ to respond to changes in the active debug state, as well as register context
+ providers that drive the active debug state. The debug platform has context
+ listeners and providers itself. For example, the debug platform's stepping actions
+ register for context change notification to update enabled state and the Debug
+ view registers as a context provider.</p>
</body>
</html>

Back to the top