Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-07-17 18:44:11 +0000
committerMichael Rennie2006-07-17 18:44:11 +0000
commit5ce8533f57cd2ac890570b56bb050e089dbe3192 (patch)
tree33ebaf6a243564379002eadcf2dba8dc49e6e8b7 /org.eclipse.debug.core
parent656f5c0b1f75de653ef7cc6619fac1e3397b792f (diff)
downloadeclipse.platform.debug-5ce8533f57cd2ac890570b56bb050e089dbe3192.tar.gz
eclipse.platform.debug-5ce8533f57cd2ac890570b56bb050e089dbe3192.tar.xz
eclipse.platform.debug-5ce8533f57cd2ac890570b56bb050e089dbe3192.zip
verified Bug 149205
AssignValueAction ignores target messages
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index ea1cd13b3..0d2fac5f8 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -17,8 +17,11 @@
<li>deprecated <code>IDebugUIConstants.ATTR_CONSOLE_ENCODING</code>.</li>
</ul>
+<h2>July 25, 2006</h2>
+
<h2>July 18, 2006</h2>
<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=149205">149205</a>: AssignValueAction ignores target messages<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=135170">135170</a>: Terminate All menu option does not do anything<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=150193">150193</a>: second frame selected instead of top frame after step return<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=148995">148995</a>: Deadlock while stepping<br>

Back to the top