diff options
-rw-r--r-- | org.eclipse.debug.core/buildnotes_platform-debug.html | 3 |
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> |