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.7"

(Java 9 Support)
(Trigger point Support (Fixed))
Line 7: Line 7:
 
''TO BE DELIVERED in 4.7.1''
 
''TO BE DELIVERED in 4.7.1''
  
=== Trigger point Support (Fixed)===
+
=== Trigger point Support ===
 
To set a trigger point for breakpoints and define dependencies between breakpoints {{bug|495957}}.
 
To set a trigger point for breakpoints and define dependencies between breakpoints {{bug|495957}}.
 +
 +
''DELIVERED in 4.7''
  
 
=== Last returned value displayed in Variables view (Fixed)===
 
=== Last returned value displayed in Variables view (Fixed)===

Revision as of 07:19, 16 May 2017

Planning page for JDT Debug work for Oxygen (4.7)

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

Trigger point Support

To set a trigger point for breakpoints and define dependencies between breakpoints bug 495957.

DELIVERED in 4.7

Last returned value displayed in Variables view (Fixed)

Debugger should show value of "last returned method" in Variables view bug 40912.

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top