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/cdt-debug-edc"

< CDT‎ | Obsolete
m (EDC - Eclipse Debugger for C/C++)
m (EDC - Eclipse Debugger for C/C++)
Line 12: Line 12:
 
*Implementation for Symbian OS is EPL at the [http://www.symbian.org/ Symbian Foundation]
 
*Implementation for Symbian OS is EPL at the [http://www.symbian.org/ Symbian Foundation]
  
 +
<br>
  
 +
[[Image:EDC arch.jpg]]
  
[[Image:EDC_arch.jpg]]
+
<br>
  
<br>
+
==== Getting Started with EDC<br> ====
  
==== Getting Started with EDC<br> ====
+
If you want to develop with EDC or just look at the sources you can start with:<br>  
  
If you want to develop with EDC or just look at the sources you can start with:<br>
+
[http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/ Eclipse 3.5 for RCP/Plug-in Developers]<br>  
 
+
Eclipse 3.5 for RCP/Plug-in Developers: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/<br>
+
 
+
EDC depends on plug-ins from the DSDP/TM/TCF project that are in Subversion, so next you should install the Subversion support from http://subclipse.tigris.org/update_1.6.x<br>
+
 
+
Now you can import this team project set to get all of the projects you will need:
+
  
 +
EDC depends on plug-ins from the DSDP/TM/TCF project that are in Subversion, so next you should install the Subversion support from http://subclipse.tigris.org/update_1.6.x<br>
  
 +
Now you can import this team project set to get all of the projects you will need:
  
 +
<br>
  
 +
<br>
  
 
<br>
 
<br>

Revision as of 03:15, 16 November 2009

EDC - Eclipse Debugger for C/C++

EDC is a Complete Architecture for C/C++ Debugging in Eclipse/CDT

  • Leverages and connects existing Eclipse debug technology (Platform, CDT, DSF, TCF)
  • EDC doesn’t require a debug “back-end”
  • Completely asynchronous for best performance
  • Pervasive multi core/context/process support
  • Provides a collection of core debug services
  • Uses platform specific low level debug agents
  • Reference implementations for Windows and Linux
  • Implementation for Symbian OS is EPL at the Symbian Foundation


EDC arch.jpg


Getting Started with EDC

If you want to develop with EDC or just look at the sources you can start with:

Eclipse 3.5 for RCP/Plug-in Developers

EDC depends on plug-ins from the DSDP/TM/TCF project that are in Subversion, so next you should install the Subversion support from http://subclipse.tigris.org/update_1.6.x

Now you can import this team project set to get all of the projects you will need:




Back to the top