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"

Line 6: Line 6:
  
 
''TO BE DELIVERED in 4.7.1''
 
''TO BE DELIVERED in 4.7.1''
 +
 +
=== 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}}
 +
  
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===

Revision as of 07:18, 25 July 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.

TO BE DELIVERED in 4.7.1

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


Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top