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

< CDT
(Debug)
(Fill in details for Create breakpoint from breakpoints view menu)
Line 10: Line 10:
  
 
=== Create breakpoint from breakpoints view menu ===
 
=== Create breakpoint from breakpoints view menu ===
 +
 +
Line breakpoints can now be created from the Breakpoints View menu.
 +
 +
[[File:AddLineBreakpointMenuItem.png]]
 +
 +
Once open, the properties of the breakpoint can be set. There are buttons to browse the Workspace, or the File System.
 +
 +
[[File:NewLineBreakpointProperties.png]]
 +
 +
This feature was completed through [http://eclip.se/464917 Bug 464917].
  
 
== Bugs Fixed in this Release ==
 
== Bugs Fixed in this Release ==
  
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=CDT&query_format=advanced&resolution=FIXED&target_milestone=8.8.0 Bugs Fixed in CDT 8.8]
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=CDT&query_format=advanced&resolution=FIXED&target_milestone=8.8.0 Bugs Fixed in CDT 8.8]

Revision as of 09:46, 11 June 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

Build

Debug

Create breakpoint from breakpoints view menu

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

AddLineBreakpointMenuItem.png

Once open, the properties of the breakpoint can 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