Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/3.1"

< CDT‎ | Archive‎ | planning
Line 4: Line 4:
 
== The Debugger Plan Items ==
 
== The Debugger Plan Items ==
 
The 3.1 plan below is a draft in progress - input from the community is welcome.
 
The 3.1 plan below is a draft in progress - input from the community is welcome.
 +
 +
 +
'''''Launcher'''''
 +
 +
 +
'''Projectless debugging'''
 +
 +
Allow to debug executables built outside of CDT [https://bugs.eclipse.org/bugs/show_bug.cgi?id=39640 Bugzilla #39640].
 +
 +
 +
 +
'''''CDI'''''
 +
  
  
Line 22: Line 35:
  
 
Add an option to display the gdb trace in the console [https://bugs.eclipse.org/bugs/show_bug.cgi?id=113107 Bugzilla #113107].
 
Add an option to display the gdb trace in the console [https://bugs.eclipse.org/bugs/show_bug.cgi?id=113107 Bugzilla #113107].
 
 
 
'''''CDI'''''
 

Revision as of 15:26, 16 November 2005

Please add your CDT 3.1 plan items to this page.


The Debugger Plan Items

The 3.1 plan below is a draft in progress - input from the community is welcome.


Launcher


Projectless debugging

Allow to debug executables built outside of CDT Bugzilla #39640.


CDI


gdb/MI


Modified/extended gdb/MI protocols

Add an extension point to contribute command factories Bugzilla #114793.


Special launch configuration type for GDB Server

Add a separate launch configuration type for GDB Server instead of supporting it as a special debugger Bugzilla #79458.


Verbose mode for gdb console

Add an option to display the gdb trace in the console Bugzilla #113107.

Back to the top