Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-02-15 20:01:05 +0000
committerMichael Rennie2007-02-15 20:01:05 +0000
commit7434b3dbfb746fc87bd6c235d3efb62d3c4a7caa (patch)
tree1d27c78221c94d0e2d8af4b4161c156d8581adc9 /org.eclipse.debug.core
parente06c170c3f9c29518acd8abdb2303dc26a780034 (diff)
downloadeclipse.platform.debug-7434b3dbfb746fc87bd6c235d3efb62d3c4a7caa.tar.gz
eclipse.platform.debug-7434b3dbfb746fc87bd6c235d3efb62d3c4a7caa.tar.xz
eclipse.platform.debug-7434b3dbfb746fc87bd6c235d3efb62d3c4a7caa.zip
verified bugs
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 9ce0b46ef..48c1cfb94 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -248,8 +248,14 @@ The launch framework has been enhanced to support the following:
for the popup to appear when an otherwise valid anchor point is not available.</li>
</ul>
+<h2>Feb 20, 2007</h2>
+<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=159054">159054</a>: IModelDelta reference ModelDelta<br>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=174210">174210</a>: batched updates don't run if last update canceled<br>
+
<h2>Feb 13, 2007</h2>
<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=173087">173087</a>: Debug should make use of IWorkingSetElementAdapter API<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=174233">174233</a>: Allow null anchor point in DebugPopup window<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=153013">153013</a>: [console] Java console will not open<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=173896">173896</a>: NPE while debugging<br>

Back to the top