Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-08-01 15:15:33 +0000
committerMichael Rennie2006-08-01 15:15:33 +0000
commit606d28c635655b0d801741ff5a61ebee4c38b5db (patch)
tree56298d5866f8c18d305a5e1da0d5ce29c1b6a173
parentf79d76beeb2f3391c91b7d60ede1840bf148f89d (diff)
downloadeclipse.platform.debug-606d28c635655b0d801741ff5a61ebee4c38b5db.tar.gz
eclipse.platform.debug-606d28c635655b0d801741ff5a61ebee4c38b5db.tar.xz
eclipse.platform.debug-606d28c635655b0d801741ff5a61ebee4c38b5db.zip
verified Bug 138252
[console] Stream closed while debugging
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index aa7b6c9a3..7f459229a 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -14,7 +14,7 @@
<li>added <code>DebugPlugin.ATTR_CONSOLE_ENCODING</code> - this launch attribute specifies the encoding
used by the console. When unspecified the default system encoding is used. This constant replaces
the now deprecated <code>IDebugUIConstants.ATTR_CONSOLE_ENCODING</code>.</li>
- <li>deprecated <code>IDebugUIConstants.ATTR_CONSOLE_ENCODING</code>.</li>
+ <li>deprecated <code>IDebugUIConstants.ATTR_CONSOLE_ENCODING</code>.</li>
</ul>
<h2>July 29, 2006</h2>
@@ -22,6 +22,7 @@
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151066">151066</a>: details sash same background color as tree<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=149728">149728</a>: Detaching from process with many threads takes a long time<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=142198">142198</a>: [breakpoints] Inital state of breakpoint's 'Enable/Disable Breakpoint' ruler menu is always 'Enable Breakpoint'<br>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=138252">138252</a>: [console] Stream closed while debugging<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=151433">151433</a>: Firing content event on a debug target does not causing the target to be refreshed<br>
<h2>July 18, 2006</h2>

Back to the top