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
m
Line 11: Line 11:
 
*Reference implementations for Windows and Linux  
 
*Reference implementations for Windows and Linux  
 
*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]
 +
 +
 +
 +
[[Image:EDC_arch.jpg]]

Revision as of 12:20, 28 October 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

Back to the top