Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-05-03 16:48:17 +0000
committerMichael Rennie2006-05-03 16:48:17 +0000
commit0b9c7d2bad303697d38feea434e74f73944e725c (patch)
treedbf62d2b71bd1257a3cfe328d9b0d4fcdb185db3 /org.eclipse.debug.core
parent1dbfa60250ba1325c8fb423ca90500da16723e56 (diff)
downloadeclipse.platform.debug-0b9c7d2bad303697d38feea434e74f73944e725c.tar.gz
eclipse.platform.debug-0b9c7d2bad303697d38feea434e74f73944e725c.tar.xz
eclipse.platform.debug-0b9c7d2bad303697d38feea434e74f73944e725c.zip
verified bugs:
Bug 131930 New Variables view is hard to use Bug 136478 IllegalArgumentException in ProcessPropertyPage
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 445c36121..8eed5c235 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -11,6 +11,8 @@
<h2>RC2 - April 28, 2006</h2>
<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=131930">131930</a>: New Variables view is hard to use<br>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=136478">136478</a>: IllegalArgumentException in ProcessPropertyPage<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=138468">138468</a>: special characters should be escaped in var view<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=138220">138220</a>: Using 0424-0010, I got org.eclipse.core.commands.common.NotDefinedException<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=123842">123842</a>: IndexedVariablePartition has no children in InspectPopup.<br>

Back to the top