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 "Debug"

(New page: The Eclipse Debug Project is not a single project unto itself, it is in fact comprised of two distinct sub-projects: Platform Debug and JDT Debug. Platform Debug defines interfaces for a ...)
 
Line 3: Line 3:
 
Platform Debug defines interfaces for a language independent debug model which abstract common debugging features of many languages, whereas, JDT Debug provides an implementation of platform debug providing Java debugging support and works with any JDPA-compliant target Java VM.
 
Platform Debug defines interfaces for a language independent debug model which abstract common debugging features of many languages, whereas, JDT Debug provides an implementation of platform debug providing Java debugging support and works with any JDPA-compliant target Java VM.
  
Both Platform and JDT Debug are built into Eclipse and ship as part of the Eclipse SDK.  
+
Both Platform and JDT Debug are built into Eclipse and ship as part of the Eclipse SDK.
  
 
* [[Debug FAQ]]
 
* [[Debug FAQ]]
Line 13: Line 13:
  
 
[[Category:Eclipse Project]]
 
[[Category:Eclipse Project]]
 +
[[Category:Debug]]

Revision as of 16:59, 9 August 2007

The Eclipse Debug Project is not a single project unto itself, it is in fact comprised of two distinct sub-projects: Platform Debug and JDT Debug.

Platform Debug defines interfaces for a language independent debug model which abstract common debugging features of many languages, whereas, JDT Debug provides an implementation of platform debug providing Java debugging support and works with any JDPA-compliant target Java VM.

Both Platform and JDT Debug are built into Eclipse and ship as part of the Eclipse SDK.

Links

Back to the top