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/Obsolete/MultiCoreDebugWorkingGroup/CompletedFeatures"

(New page: == Multi-core debugging features that have already been implemented== === Debugging without the Debug view (Breadcrum) === As of Eclipse 3.6 (Helios), a debug Breadcrumb has been impleme...)
 
(Debugging without the Debug view (Breadcrum))
Line 1: Line 1:
 
== Multi-core debugging features that have already been implemented==
 
== Multi-core debugging features that have already been implemented==
  
=== Debugging without the Debug view (Breadcrum) ===
+
=== Debugging without the Debug view (Breadcrumb) ===
  
 
As of Eclipse 3.6 (Helios), a debug Breadcrumb has been implemented to dramatically reduce the size of the Debug View.  The user can simply manually shrink the Debug View to a single line, and the Breadcrumb will automatically be activated.  For details, see user documentation for Debug View and [http://bugs.eclipse.org/252677 Bug 252677].
 
As of Eclipse 3.6 (Helios), a debug Breadcrumb has been implemented to dramatically reduce the size of the Debug View.  The user can simply manually shrink the Debug View to a single line, and the Breadcrumb will automatically be activated.  For details, see user documentation for Debug View and [http://bugs.eclipse.org/252677 Bug 252677].

Revision as of 22:20, 22 November 2010

Multi-core debugging features that have already been implemented

Debugging without the Debug view (Breadcrumb)

As of Eclipse 3.6 (Helios), a debug Breadcrumb has been implemented to dramatically reduce the size of the Debug View. The user can simply manually shrink the Debug View to a single line, and the Breadcrumb will automatically be activated. For details, see user documentation for Debug View and Bug 252677.

Showing cores in Debug view labels

By using the enhancements of GDB 7.1, we can show the core on which each thread runs as an extra part of the Debug View label. We can do the same for processes. The below image shows this.

CoreLabels.png

This feature has been implemented for CDT 8.0 as part of Bug 318230

Back to the top