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
(New page: EDC - Eclipse Debugger for C/C++ This is a placeholder, more to come...)
 
Line 1: Line 1:
EDC - Eclipse Debugger for C/C++
+
EDC - Eclipse Debugger for C/C++  
  
This is a placeholder, more to come...
+
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 [http://www.symbian.org/ Symbian Foundation]

Revision as of 12:01, 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

Back to the top