Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JDT Debug/Plan/4.8"

(Java 9 Support)
(Advanced Source Lookup Support)
Line 14: Line 14:
 
=== Advanced Source Lookup Support ===
 
=== Advanced Source Lookup Support ===
 
Advanced Source lookup in JDT  - {{bug|506149}}<br>
 
Advanced Source lookup in JDT  - {{bug|506149}}<br>
 +
''DELIVERED in 4.8 M3''
  
 
=== Analyzing the support for shutdown hooks ===
 
=== Analyzing the support for shutdown hooks ===

Revision as of 06:38, 11 December 2017

Planning page for JDT Debug work for Photon(4.8)

Java 9 Support

Working on Java 9 support is the primary focus for Oxygen. The BETA_JAVA9 branch/target is expected to be merged into 4.8 and 4.7.1 when Java 9 gets released in July 2017.

DELIVERED in 4.7.1a

Lambda Debugging Support

[1.8] Variables view should show captured lambda variables - bug 516319
[1.8] Stack frame for Lambda doesn't provide enough context in Variables view - bug 484032
[1.8] Lambda variables (closures) are not recognized by debugger variable inspector - bug 516278

Advanced Source Lookup Support

Advanced Source lookup in JDT - bug 506149
DELIVERED in 4.8 M3

Analyzing the support for shutdown hooks

Java shutdown hooks are not invoked on exit - bug 38016

Improving Threading & Concurrency experience during Debug

Debugger dies in different unpredictable - bug 285130

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top