Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2008-11-10 21:39:35 +0000
committerCurtis Windatt2008-11-10 21:39:35 +0000
commitdef2ec0f020d75ee2b0176bd92e6ea7ef183d0db (patch)
tree18b46de6b1c10f780ecb90f64aad55fc0b891008 /org.eclipse.debug.core
parent7b021f1f72dc5c3a60ba08d37d25b95ac6801e37 (diff)
downloadeclipse.platform.debug-def2ec0f020d75ee2b0176bd92e6ea7ef183d0db.tar.gz
eclipse.platform.debug-def2ec0f020d75ee2b0176bd92e6ea7ef183d0db.tar.xz
eclipse.platform.debug-def2ec0f020d75ee2b0176bd92e6ea7ef183d0db.zip
Verified bugs
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 31429ac6e..b9e79a42e 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+ <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -62,6 +62,11 @@ value is no longer reliable.</p>
<p><strong>Action required:</strong> This is a backwards compatible change. No action required. </p>
<p>&nbsp; </p>
+<h2>November 4, 2008</h2>
+<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=252445">Bug 252445</a>: toggle breakpoint jobs should have a priority<br>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=252360">Bug 252360</a>: Can not place breakpoint in inner class of an annotation<br>
+
<h2>Milestone 3 - October 31, 2008</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=251711">Bug 251711</a>: Select All should not select invisible items<br>

Back to the top