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

< CDT
(Showing return value of method after a step-return)
(Debug)
Line 26: Line 26:
 
For more details on tracing an application see this [https://wiki.eclipse.org/CDT/User/FAQ#How_can_I_trace_my_application_using_C.2FC.2B.2B_Tracepoints.3F trace FAQ section].
 
For more details on tracing an application see this [https://wiki.eclipse.org/CDT/User/FAQ#How_can_I_trace_my_application_using_C.2FC.2B.2B_Tracepoints.3F trace FAQ section].
 
This work was a contribution from Dmitry Kozlov on February 5th, 2014. For details see [http://www.eclip.se/390827 Bug 390827].
 
This work was a contribution from Dmitry Kozlov on February 5th, 2014. For details see [http://www.eclip.se/390827 Bug 390827].
 +
 +
=== Change breakpoint type ===
 +
 +
Breakpoint type is now an editable property. CDT will allow changing breakpoint type to Regular/Hardware/Temporary/Hardware Temporary from breakpoint property page. Breakpoint type can also be specified when adding a new breakpoint if using "Add Breakpoint ..." action.
 +
 +
The feature has been completed on February 24th, through [http://bugs.eclipse.org/bugs/show_bug.cgi?id=427898]
  
 
== General ==
 
== General ==

Revision as of 08:49, 24 February 2014

Build

Indexing

Debug

Showing return value of method after a step-return

CDT will now show the return value of a method call (if there is one) following a step-over operation. This value will be shown as the first element of the Variables view. This feature was completed February 13th, 2014 through Bug 341731.

CDT Return Values Step Return.png

Trace Control view enhancements

The Trace Control view has gotten a new look which is much more graphical. It aims at making the view easier to use, to understand, and to provide information quickly.

The below screenshot shows the new view while a trace experiment is running:

CDT Trace Control running.png


This screenshot shows the new view while examining the result of a tracing experiment:

CDT Trace Control examining.png

For more details on tracing an application see this trace FAQ section. This work was a contribution from Dmitry Kozlov on February 5th, 2014. For details see Bug 390827.

Change breakpoint type

Breakpoint type is now an editable property. CDT will allow changing breakpoint type to Regular/Hardware/Temporary/Hardware Temporary from breakpoint property page. Breakpoint type can also be specified when adding a new breakpoint if using "Add Breakpoint ..." action.

The feature has been completed on February 24th, through [1]

General

CDT 8.4 requires JRE 1.7 or higher to run.

Bugs Fixed in this Release

Back to the top