Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-05-04 14:33:40 +0000
committerMichael Rennie2009-05-04 14:33:40 +0000
commit64b41c85887467673a3696d2df0f04fcb1c7d5b4 (patch)
tree775a0814069da36482a340730d7f5ae59ae3337f
parentcb851fad265e6057637b4d3b220ec8c5d38688ce (diff)
downloadeclipse.jdt.debug-64b41c85887467673a3696d2df0f04fcb1c7d5b4.tar.gz
eclipse.jdt.debug-64b41c85887467673a3696d2df0f04fcb1c7d5b4.tar.xz
eclipse.jdt.debug-64b41c85887467673a3696d2df0f04fcb1c7d5b4.zip
updated build notes
-rw-r--r--org.eclipse.jdt.debug/buildnotes_jdt-debug.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jdt.debug/buildnotes_jdt-debug.html b/org.eclipse.jdt.debug/buildnotes_jdt-debug.html
index bd05ef2ae..536bded8a 100644
--- a/org.eclipse.jdt.debug/buildnotes_jdt-debug.html
+++ b/org.eclipse.jdt.debug/buildnotes_jdt-debug.html
@@ -22,6 +22,10 @@
<h3>API to set/get stepping behavior with step filters </h3>
<p><strong>Description:</strong> An API has been added to set/get the stepping behavior associated with step filters. This allows clients to programmatically set what happens when a step lands in a filtered location. The target can be configured to step through to an unfiltered location or return the location where the step originated. The following methods has been added to <code>IJavaDebugTarget</code>: <code>setStepThruFilters(boolean)</code> and <code>isStepThruFilters()</code>. </p>
+<h2>May 5, 2009</h2>
+<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=274727">Bug 274727</a>: [launching] Debug Configurations dialog is slow when network is down<br>
+
<h2>April 21, 2009</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=272494">Bug 272494</a>: Debug view shows stale threads<br>

Back to the top