blob: 98bbc16b435e2006776b80242ccc8b6af6419970 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (WinNT; U) [Netscape]">
<title>Java Debug Release Notes</title>
</head>
<body>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
December 11, 2001
<h3>
What's new in this drop</h3>
<h3>
Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6576">6576</a>: Efficiency - use computeStackFrames internally<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6613">6613</a>: Drop frame above native frame does not work on 1.4<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6746">6746</a>: Class cast exception during hotswap<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6640">6640</a>: Method ID of 0 is valid JDWP<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6738">6738</a>: Fatal error in JDWP<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5556">5556</a>: Walkback when workspace opened<br>
<h3>
Problem Reports Closed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5569">5569</a>: Stepping out of Object.wait()<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1750">1750</a>: IDE almost froze placing a breakpoint while running Eclipse in Eclipse (1GL4FRG)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6744">6744</a>: IOException/Disconnect while launching<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6112">6112</a>: Run in package ignored<br>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
December 6, 2001
<h3>
What's new in this drop</h3>
<h3>
Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1628">1628</a>: README: packages appear when doing eval (1GEYFPN)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6389">6389</a>: System threads show suspended at startup <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1567">1567</a>: Full build caused hot code replace failure (1GDH1CH)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5941">5941</a>: hot swap fails when native method on stack<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6187">6187</a>: Hot swap in main causes Eclipse to crash<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1558">1558</a>: Feature: CRC's and in synch (1GD0ANF)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1753">1753</a>: NPE in LocalEvaluationEngine <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6434">6434</a>: Scrapbook does not work with JDK1.4 <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6530">6530</a>: Rapid successive evaluation causes trouble <br>
<h3>
Problem Reports Closed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5290">5290</a>: Source does not show up on debug<br>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
December 4, 2001
<h3>
What's new in this drop</h3>
<ul>
<li> The debugger suspends execution when an uncaught exception is thrown.
Can be configured using the Java Debug Options preference page.
@see <A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5653">5653</A> for
details and on step filtering settings migration.
<li> Stack frames, threads, and debug targets will now display when code in
the VM is out of synch with the code in the workspace. This can occur
when a hot code replace fails or when a hot code replace succeeds but the
VM is unable to pop old stack frames from the call stack.
@see <A HREF="http://bugs/eclipse/org/bugs/show_bug.cgi?id=1558">1558</A> for
details.
<li> Stepping performance improvement. By increasing the amount of data cached in
our stack frame model, stepping is now dramatically faster in many cases.
</ul>
<h3>
Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6447">6447</a>: Inner class breakpoints not hit<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6209">6209</a>: Step filtering should be off by default<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5225">5225</a>: 1.0 -- Casting problem in RunToLineAction class <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6109">6109</a>: NPE stopping Timer <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3881">3881</a>: minor: menu order inconsistency (1GF24TF) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6393">6393</a>: No stack frames shown after breakpoint hit <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1635">1635</a>: README: Attach launching not working with debug element selection (1GF5ZQC) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6510">6510</a>: NPE changing Java Debug Options with active debug target <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6248">6248</a>: Insufficient error reporting in JavaApplicationLauncher <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1738">1738</a>: Can't set scrapbook package to package in prereq project (1GKZ25D) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5901">5901</a>: Variables not showing up until read<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1738">1738</a>: Can't set scrapbook package to package in prereq project (1GKZ25D)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1766">1766</a>: Text too low in change variable value text box (1GLE8CB) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6321">6321</a>: Console IOException <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6508">6508</a>: Stepping is slow <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6519">6519</a>: Evaluation failed message for deprecated method <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6523">6523</a>: NPE changing suspend on exception pref with terminated targets <br>
<h3>
Problem Reports Closed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1639">1639</a>: Run-in package can't be deleted (1GF7RQY) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1519">1519</a>: README: Hit count not reset (1GET20Y) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1539">1539</a>: README: VMDisconnected terminating scrapbook launch (1GEHZG7) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1657">1657</a>: Snippet Evaluation - internal failure when trying to run a scrapbook page (1GGN8Q9) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6291">6291</a>: Remote debug does not connect <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1608">1608</a>: README: Cannot connect to VM - time out (1GEUNH3) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1615">1615</a>: Launching on J9 lets pop up a dos console (1GEUOEI) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6166">6166</a>: NPE relaunching a java application <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6228">6228</a>: Runtime error running in debug mode (integration build 20011120) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5835">5835</a>: code assist crash in scrapbook <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5585">5585</a>: Error stepping in a thread with no stack frames.<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5861">5861</a>: NPE before hitting a breakpoint<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5882">5882</a>: Thread suspend automatically before hitting a breakpoint<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1712">1712</a>: Disconnect does not work on attach launch using SUN JDK1.2.2 (1GJYJ1E) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6405">6405</a>: Strange suspend on ThreadDeath using SUN JDK 1.3 <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1618">1618</a>: README: debug does not see source changes (1GEUN5G) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6511">6511</a>: Launch history items are showing <terminated> <br>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
November 27, 2001
<h3>
What's new in this drop</h3>
<h3>
Problem Reports Fixed</h3>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1746">1746</A>: Debug target not expanded on hit breakpoint (1GLE3U8)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6192">6192</A>: Missing debug icons<br>
<h3>
Problem Reports Closed</h3>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6084">6084</A>: NPE from force loading Java Breakpoints<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5567">5567</A>: Variable doesn't showup in Variables View although line is e<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3640">3640</A>: Associating source with a JAR at the last possible moment (1<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5510">5510</A>: Cannot evaluate in scrapbook - unable to create eval context<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6120">6120</A>: Run/Debug should support working directory<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1673">1673</A>: Layout from the launcher (1GHVZED)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6128">6128</A>: HelloWorld does not print "hello world"<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6156">6156</A>: NPE in LocalEvaluationEngine deploy action<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6161">6161</A>: NoClassDefFoundError running a scrapbook snippet<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6256">6256</A>: NPE when selecting process in process view<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6023">6023</A>: IOException writing after proxy closed<br>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
November 20, 2001
<h3>
What's new in this drop</h3>
<ul>
<li>Hot Swap support for 1.4 compliant VM's</li>
<li>New plug-in (org.eclipse.jdt.debug.ui). First cut at "extracting" the Java debug UI from the
Java tooling UI.</li>
</ul>
<h3>
Problem Reports Fixed</h3>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5715">5715</A>: Problems using scrapbook<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5791">5791</A>: NPE in SocketUtil<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5623">5623</A>: JDK 1.4 hot swap<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5612">5612</A>: Evaluation is performed in wrong "receiver" context<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5640">5640</A>: NPE launching when Java build path refs a missing project<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1753">1753</A>: Scrapbook: NoClassDefFoundError (1GLE11G)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5621">5621</A>: JavaHotCodeReplaceManager added early as resource change lis<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1643">1643</A>: README: Scrapbook does not clean up its temp files. (1GF808S<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5863">5863</A>: JDI exception handling<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5871">5871</A>: VMDisconnectedException notification on resume<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5792">5792</A>: Internal JDI error<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5963">5963</A>: UnsupportedOperationException from "fast" running program<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1615">1615</A>: Launching on J9 lets pop up a dos console (1GEUOEI)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3468">3468</A>: Smoke 114: Strange alert when running in Display (1GEI115)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3884">3884</A>: menus inconsistent: console and display (1GF252F)<br>
<h3>
Problem Reports Closed</h3>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5113">5113</A>: NPE in Java Model Presentation<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5902">5902</A>: com.sun.jdi.InternalException removing breakpoint request on<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5883">5883</A>: No notification of an uncaught exception when stepping<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5594">5594</A>: DCR: Can't evaluate expressions in class files<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5945">5945</A>: NPE during debugging<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5164">5164</A>: J9: Console Windows popping up<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5984">5984</A>: UnsupportedOperationException resuming thread<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5928">5928</A>: Debugger fails if Java Build Path contains a phantom resourc<br>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
November 13, 2001
<h3>
What's new in this drop</h3>
<h3>
Problem Reports Fixed</h3>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5139">5139</A>: Remove SnippetSupportBreakpoint<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5816">5816</A>: Resource tree locked error on hot swap<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5367">5367</A>: Meaningless brackets presented with primitive display option<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5115">5115</A>: Workspace source locator fails with mulitple package fragmen<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3751">3751</A>: No hover help on Display view (1GELOEK)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3883">3883</A>: error dialog in display is too scary (1GF24YQ)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1646">1646</A>: Feature: Resolution failure notification (1GF9OG5)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3623">3623</A>: Enable Display, Run and Inspect Actions in Workbench toolbar<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=3468">3468</A>: Smoke 114: Strange alert when running in Display (1GEI115)<br>
<h3>
Problem Reports Closed</h3>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5589">5589</A>: InvalidStackFrameException updating variables<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5787">5787</A>: launching with j9 fails<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5717">5787</A>: Breakpoint not hit in local class<br>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
November 12, 2001
<h3>
What's new in this drop</h3>
<ul>
<li>toString() support for arrays</li>
<li>Support for hot swap and drop to frame on 1.4 compliant VMs</li>
</ul>
<h3>
Problem Reports Fixed</h3>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5257">5257</A>: Set breakpoint takes very long<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=4926">4926</A>: Exception on doubleclicking breakpoint<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5627">5627</A>: NPE setting detail pane orientation<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5630">5630</A>: Drop to frame does not re-select top stack frame<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5631">5631</A>: Breakpoint not reinstalled after hot swap<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5415">5415</A>: Plugin Name in Plugin Registery is wrong<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=1743">1743</A>: Scrapbook should have accelerator for Display (1GKZ3BT)<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5591">5591</A>: Debug perspective missing view shortcuts<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5625">5625</A>: Missing accelerators on detail pane orientation of pref page<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=1646">1646</A>: Feature: Resolution failure notification (1GF9OG5)<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5579">5579</A>: Would like option to switch to Debug perspective on breakpoi<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5460">5460</A>: Internal error when VM argument -mx: is too low<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=4282">4282</A>: IllegalArgumentEx from HoverControler (1GKYY59)<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=1741">1741</A>: Scrapbook actions missing from context menu (1GKZ2C1)<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5671">5671</A>: Pop to frame goes one too far<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5630">5630</A>: Drop to frame does not re-select top stack frame<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5631">5631</A>: Breakpoint not reinstalled after hot swap<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=1741">1741</A>: Scrapbook actions missing from context menu (1GKZ2C1)<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5671">5671</A>: Pop to frame goes one too far<br>
<h3>
Problem Reports Closed</h3>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5494">5494</A>: Debug/Run "latest" Menus Confusing<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5576">5576</A>: Usability: Cannot disable breakpoint from context menu<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5505">5505</A>: Can't Remote Connect MicroAnalyzer from Java Perspective<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5553">5553</A>: Can't Remote Debug on QNX ARM Target<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5590">5590</A>: Step return fails on J9<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5596">5596</A>: Option to make F10 to save and compile<br>
<A HREF="http://dev.eclipse.org/bugs/show_bug.cgi?id=5787">5787</A>: launching with j9 fails<br>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
Eclipse SDK Build 0.208 5th November 2001
<h3>
What's new in this drop</h3>
<ul>
<li>
Support for 'toString()' in variables view. Depress the "Show Detail" button
in the variable view toolbar. 'toString' for arrays is not yet supported
(but is coming shortly). The vertical/horizontal split is controlled by
a 'Debug' preference.</li>
</ul>
<h3>
Problem Reports Fixed</h3>
<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5115">5115</a>: Workspace
source locator fails with mulitple package fragmen
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5360">5360</a>:
ListenerList#removeAll
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5467">5467</a>:
Bad import in LocalEvaluationEngine
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5257">5257</a>:
Set breakpoint takes very long
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5415">5415</a>:
Plugin Name in Plugin Registery is wrong
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1663">1663</a>:
Missing toString() feature makes debugging painful (1GH3W9P)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5421">5421</a>:
Detail area does not update while stepping
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5474">5474</a>:
should not use tool tips for labels
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=4945">4945</a>:
Promote #getBreakpoint from IJavaThread to IThread
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5460">5460</a>:
Internal error when VM argument -mx: is too low
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5422">5422</a>:
Allow detail area to split vertical or horizontal
<h3>
Problem Reports Closed</h3>
<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5437">5437</a>: Variable
not showing in Variables view even when assigned a
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
Eclipse SDK Build 0.207 1st November 2001
<h3>
What's new in this drop</h3>
<ul>
<li>
API Change - IDebugConstants have been migrated to DebugPlugin and IBreakpoint.</li>
<li>
API Change - IDebugStatusConstants have been migrated to DebugException.</li>
<li>
API Change - IVariableModification has two new methods - setValue(IValue),
and verifyValue(IValue).</li>
</ul>
<h3>
Problem Reports Fixed</h3>
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5349">5349</a>:
ClassCastExceptions caused by BreakpointManager
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5129">5129</a>:
Copy is disabled in the console
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5114">5114</a>:
Add exception dialog ignores caught/uncaught selection
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1737">1737</a>:
Feature: filter static initializers (1GKQHTT)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5307">5307</a>:
TVT: Hardcoded category name in Debug (org.eclipse.debug.ui\
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5340">5340</a>:
Cancelling add exception breakpoint has no effect
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=4954">4954</a>:
Evaluation does not update variable view
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1648">1648</a>:
Inspect, Display, and Run to line, are enabled in all editor
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1603">1603</a>:
Evaluate actions of the Display view evaluate on empty selec
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=4953">4953</a>:
Double click does not change value in inspector
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1763">1763</a>:
Add Filter button disable until something to add (1GLE2J4)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1704">1704</a>:
Investigate option to step filter synthetic methods (1GJOTQZ
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5281">5281</a>:
Step into resumes instead
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5367">5367</a>:
Meaningless brackets presented with primitive display option
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5115">5115</a>:
Workspace source locator fails with mulitple package fragmen
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1699">1699</a>:
Display window enhancement (1GJ6GR9)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5161">5161</a>:
More info in Console open on type dialog
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1743">1743</a>:
Scrapbook should have accelerator for Display (1GKZ3BT)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=3623">3623</a>:
Enable Display, Run and Inspect Actions in Workbench toolbar
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1628">1628</a>:
README: packages appear when doing eval (1GEYFPN)
<h3>
Problem Reports Closed</h3>
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5286">5286</a>:
Walkback relaunching a program
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5310">5310</a>:
"Copy" is disabled in Console
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5316">5316</a>:
Cannot copy from console
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1554">1554</a>:
Method entry breakpoints on source methods (1GC2U31)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5401">5401</a>:
Would like to copy contents of debug console
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
Eclipse SDK Build 0.206 25th October 2001
<h3>
What's new in this drop</h3>
<ul>
<li>
API Change (method addition). IDebugModelPresentation now supports value
"details". @see org.eclipse.debug.ui.IDebugModelPresentation#getDetail(IValue).</li>
<li>
API Change - ISnippetSupportBreakpoint has been removed. This does not
break any clients. A "run-to-line" breakpoint is now used in place of a
snippet support breakpoint.</li>
</ul>
<h3>
Problem Reports Fixed</h3>
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=3544">3544</a>:
Launch selection dialog has too many entries (1G5XYYS)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1759">1759</a>:
Widget is disposed error on breakpoint properties (1GLE3NA)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1756">1756</a>:
Breakpoints installed in all classes with "name*" (1GLCLBW)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=4576">4576</a>:
Thread suspend/resume errors in classes with the "same" name
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1769">1769</a>:
Hit count watchpoints not always re-enabled (1GLE911)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5142">5142</a>:
Internal Error on relaunch
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5144">5144</a>:
Error when opening display view
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1531">1531</a>:
Feature: navigate from console output to resource (1G81S73)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1518">1518</a>:
Icons needed for actions (1GI5UXW)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5113">5113</a>:
NPE in Java Model Presentation
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5114">5114</a>:
Add exception dialog ignores caught/uncaught selection
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5139">5139</a>:
Remove SnippetSupportBreakpoint
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1648">1648</a>:
Inspect, Display, and Run to line, are enabled in all editor
<h3>
Problem Reports Closed</h3>
<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5083">5083</a>: Breakpoint
not hit
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=5234">5234</a>:
Debugger doesn't stop on breakpoint
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Java Debug</h1>
Eclipse SDK Build 0.205&nbsp; 18th October 2001
<h3>
What's new in this drop</h3>
<ul>
<li>
Support for "open on type" from a selection in the console.</li>
</ul>
<h3>
Problem Reports Fixed</h3>
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=3452">3452</a>:
NPE doing Display from Binary (1GLEG5K)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1751">1751</a>:
Console misses style range for quick output (1GL4R1L)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1584">1584</a>:
Renaming Scrapbook page does not remove associated VM (1GE5T
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1700">1700</a>:
JSP Support for 2.0 (1GJ8LK3)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=4951">4951</a>:
Breakpoints remain installed after target terminates
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=4952">4952</a>:
Multiple breakpoints on the same line
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=4955">4955</a>:
Hit count breakpoint does not re-enable
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1747">1747</a>:
Ctrl-S does not work in the SnippetEditor (1GL1GH8)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1655">1655</a>:
BUG - Timing out on toString; total redraw of debug view (1G
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1601">1601</a>:
Displaying a variable appends to same line (1GENIVH)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1578">1578</a>:
README: breakpoints in class with same name (1GDXNGO)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1731">1731</a>:
jdt.debug missing plugin.properties file (1GKEYT0)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1730">1730</a>:
debug.core missing plugin.properties file (1GKEYJY)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1707">1707</a>:
Backspacing inserted error message does not fire selection c
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1638">1638</a>:
The case for IBreakpoints (1GI3JYO)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1537">1537</a>:
classFilePattern breakpoint attribute optimization (1GHE13E)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1640">1640</a>:
USABILITY - Inspect and Display reset selection (1GF6CH0)
<br>&nbsp;
<h3>
Problem Reports Closed</h3>
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1672">1672</a>:
Cannot evaluate classes in a sealed jar (1GHU6YK)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1678">1678</a>:
Efficient handling of step event (1GI92KD)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1645">1645</a>:
NPE on shutdown (1GF87PO)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1711">1711</a>:
2 inner class breakpoints lead to weird state (1GJUZ1Y)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1672">1672</a>:
Cannot evaluate classes in a sealed jar (1GHU6YK)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1641">1641</a>:
README: inspected fields not updated when stepping (1GF7R4X)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1626">1626</a>:
Outline is useless in debugger (1GEWBVR)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1600">1600</a>:
Bug icon for program suggests program is buggy (1GENCVC)
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1590">1590</a>:
README: breakpoints on method decl cause break on exit (1GE8
<br><a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=1573">1573</a>:
Presentation should also be content provider (1GDTUJH)
</body>
</html>