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/User/NewIn107"

< CDT
(Debug)
Line 60: Line 60:
 
|}
 
|}
 
----
 
----
+
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Support GDB extended-remote protocol
 +
| The <i>GDB Hardware Debugging</i> launch configuration type now allows selection of the GDB <i>extended-remote</i> protocol when supported by the configured debug server. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=535143 bug 535143)].<br /><br />
 +
[[File:Gdb-extended-remote.png|none|thumb]]
 +
|}
 +
----
  
 
= Launch Bar =
 
= Launch Bar =

Revision as of 08:44, 2 May 2022


Release


This is the New & Noteworthy page for CDT 10.7 which is part of Eclipse 2022-06 Simultaneous Release


Known Issues


Editor




Refactoring




Code Analysis




Parser




Formatter




Build



Debug


Stop auto-opening Modules view The Modules view does not do much and in most situations is not particularly relevant to many users. Therefore starting in this release starting a debug session will no longer auto-open it. The view can still be manually opened as any normal view can, with Window -> Show View -> Other... -> Debug -> Modules, or using the Ctrl-3 shortcut and typing Modules. (bug 579759).

Support GDB extended-remote protocol The GDB Hardware Debugging launch configuration type now allows selection of the GDB extended-remote protocol when supported by the configured debug server. (bug 535143).

Gdb-extended-remote.png

Launch Bar



Terminal




API modifications




Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.7


Back to the top