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 "CDT/Archive/planning/Juno"

< CDT‎ | Archive‎ | planning
m (Build)
Line 4: Line 4:
 
# Scanner Discovery redesign [https://bugs.eclipse.org/bugs/show_bug.cgi?id=290631 bug 290631]. Requires API changes in cdt.core.
 
# Scanner Discovery redesign [https://bugs.eclipse.org/bugs/show_bug.cgi?id=290631 bug 290631]. Requires API changes in cdt.core.
  
 +
=== Debug ===
 +
# Breakpoint improvements
 +
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360280 bug 360280] - Reposition breakpoints when planted on invalid line
 +
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360291 bug 360291] - Allow user to edit line breakpoint file in properties dialog
 +
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360295 bug 360295] - Customize property dialog for editing breakpoints
 +
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360289 bug 360289] - Allow address breakpoint to be set on arbitrary expression
  
 
* '''Please add your items here.'''
 
* '''Please add your items here.'''

Revision as of 19:54, 7 October 2011

This is the plan for the CDT release for Eclipse Juno. We are not sure yet whether this will be release 8.1 or 9.0. It depends on whether we can get away without changing API.

Build

  1. Scanner Discovery redesign bug 290631. Requires API changes in cdt.core.

Debug

  1. Breakpoint improvements
    • bug 360280 - Reposition breakpoints when planted on invalid line
    • bug 360291 - Allow user to edit line breakpoint file in properties dialog
    • bug 360295 - Customize property dialog for editing breakpoints
    • bug 360289 - Allow address breakpoint to be set on arbitrary expression
  • Please add your items here.

Back to the top