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"

Line 1: Line 1:
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.
+
{{Infobox
 +
| name = Debug
 +
| download = http://download.eclipse.org/eclipse/downloads/
 +
| website = http://www.eclipse.org/eclipse/debug/index.php
 +
| list = platform-debug-dev, Platform
 +
| newsgroup = eclipse.platform, Platform
 +
| product = Platform,JDT
 +
| component = Debug
 +
}}
 +
 
 +
The Eclipse Debug Project is not a single project unto itself, it is in fact comprised of two distinct components: 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.
 
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.
Line 5: Line 15:
 
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]]
+
== Components ==
 +
 
 +
Debug is split into two components in two different projects
 +
 
 +
* [http://www.eclipse.org/eclipse/debug/platform/ Platform Debug]
 +
* [http://www.eclipse.org/eclipse/debug/jdt/ JDT Debug]
 +
 
 +
== Resources ==
 +
 
 +
* [[Debug FAQ]] - Have a question, look for it here first
 +
* [http://www.eclipse.org/eclipse/debug/get_involved.php Get Involved] - How to get involved and contribute to debug
 +
* [http://www.eclipse.org/eclipse/debug/who.php Who We Are] - Meet the current committers
 +
* [http://www.eclipse.org/eclipse/debug/documents.php Articles and Tutorials] - Covering a variety of debugging topics
 +
* [http://www.eclipse.org/eclipse/debug/test_plans/test_plans.php Test Plans] - Old and current release test plans
 +
* [http://eclipse-debug.blogspot.com/ Blog] - The debug team blog
 +
 
 +
== Mailing Lists ==
 +
 
 +
* [http://dev.eclipse.org/mailman/listinfo/platform-debug-dev Platform Debug Mailing List]
 +
* [http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev JDT Debug Mailing List]
 +
 
 +
== Links ==
  
==Links==
+
* [[Platform | Platform Wiki Page]]
*[[Platform | Platform Wiki Page]]
+
* [[JDT | JDT Wiki Page]]
*[[JDT | JDT Wiki Page]]
+
* [http://www.eclipse.org/eclipse/debug/ Debug Project Home Page]
*[http://www.eclipse.org/eclipse/debug/ Debug Project Home Page]
+
* [https://bugs.eclipse.org/bugs/ Eclipse Bugzilla]
 +
* [http://www.facebook.com/group.php?gid=2469776690 Facebook Committer Group]
 +
* [http://wiki.eclipse.org/index.php/Development_Conventions_and_Guidelines Coding Conventions]
  
 
[[Category:Eclipse Project]]
 
[[Category:Eclipse Project]]
 
[[Category:Debug]]
 
[[Category:Debug]]

Revision as of 15:39, 26 March 2008

Debug
Website
Download
Community
Platform Mailing ListPlatform ForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

The Eclipse Debug Project is not a single project unto itself, it is in fact comprised of two distinct components: 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.

Components

Debug is split into two components in two different projects

Resources

Mailing Lists

Links

Back to the top