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
(Bugs Fixed in this Release)
(Debug)
Line 4: Line 4:
  
 
== Debug  ==
 
== Debug  ==
 +
 +
=== 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:
 +
 +
[[Image:CDT_Trace_Control_running.png]]
 +
 +
 +
This screenshot shows the new view while examining the result of a tracing experiment:
 +
 +
[[Image:CDT_Trace_Control_examining.png]]
 +
 +
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].
  
 
== General ==
 
== General ==

Revision as of 07:48, 5 February 2014

Build

Indexing

Debug

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.

General

CDT 8.4 requires JRE 1.7 or higher to run.

Bugs Fixed in this Release

Back to the top