Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-10-30 16:42:57 +0000
committerMichael Rennie2006-10-30 16:42:57 +0000
commitd0c2049dcc421f355238142a1ad25dc89319cf35 (patch)
treeedff358976832214d540eaa46e39bc84cfcc9208 /org.eclipse.debug.core
parente88bec9f7a2505c80751919e4b2a6c44dda9cb83 (diff)
downloadeclipse.platform.debug-d0c2049dcc421f355238142a1ad25dc89319cf35.tar.gz
eclipse.platform.debug-d0c2049dcc421f355238142a1ad25dc89319cf35.tar.xz
eclipse.platform.debug-d0c2049dcc421f355238142a1ad25dc89319cf35.zip
verified Bug 160932
API for debug context and debug commands
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 53f50aa04..021db3822 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -189,7 +189,8 @@ The launch framework has been enhanced to support the following:
<h2>3.3 Milestone 3 - Nov 3, 2006</h2>
<h3>Problem Reports Fixed</h3>
-S<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162426">162426</a>: Javadoc warnings in N20061026-0010<br>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=160932">160932</a>: API for debug context and debug commands<br>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162426">162426</a>: Javadoc warnings in N20061026-0010<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162666">162666</a>: Chkpii error in nightly build 20061028-0010<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162106">162106</a>: Missing org.eclipse.debug.core.launchOptions extension point<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=162547">162547</a>: ConcurrentModificationEx in DebugCommandService.postUpdate<br>

Back to the top