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 5: Line 5:
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=14843004&namedcmd=Java%209%20Debug JDT Debug Plan] to support debugging in Java 9.
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=14843004&namedcmd=Java%209%20Debug JDT Debug Plan] to support debugging in Java 9.
  
''DELIVERED in 4.7.1a''
+
''DELIVERED in 4.7.1a and 4.8 M3''
  
 
=== Lambda Debugging Support ===
 
=== Lambda Debugging Support ===

Revision as of 02:55, 14 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 and 4.8 M3

Lambda Debugging Support

[1.8] Variables view should show captured lambda variables - bug 516319
[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

DELIVERED in 4.8 M1

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top