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/NewIn88"

< CDT
(Create breakpoint from breakpoints view menu)
Line 4: Line 4:
  
 
== Editor ==
 
== Editor ==
 +
 +
== Parser ==
 +
 +
=== User-defined literals ===
 +
 +
The parser now supports [http://en.cppreference.com/w/cpp/language/user_literal User-defined literals].
  
 
== Build  ==
 
== Build  ==

Revision as of 19:34, 7 July 2015

General

CDT 8.8 will be released on September 25th, 2015 as part of the Eclipse Mars SR1 release. It requires platform 4.5 or newer.

Editor

Parser

User-defined literals

The parser now supports User-defined literals.

Build

Debug

Create breakpoint from breakpoints view menu

Line breakpoints can now be created from the Breakpoints View menu.

AddLineBreakpointMenuItem.png

Once triggered, the different properties of the breakpoint can be set. In this scenario, the file to which the breakpoint should apply can also be set; there are buttons to browse the Workspace, or the File System.

NewLineBreakpointProperties.png

This feature was completed through Bug 464917.

Bugs Fixed in this Release

See Bugzilla report Bugs Fixed in CDT 8.8

Back to the top