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/Plan/Future"

(New page: {{Debug}} This page is more of a scratch pad where we can make note of "nice-to-have" work items so we don't lose track of them. * Support tracing in ''.class'' files - [https://bugs.ecl...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Debug}}
 
{{Debug}}
  
 +
== Future Work Items ==
 
This page is more of a scratch pad where we can make note of "nice-to-have" work items so we don't lose track of them.
 
This page is more of a scratch pad where we can make note of "nice-to-have" work items so we don't lose track of them.
  
 
* Support tracing in ''.class'' files - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=344422 bug 344422].
 
* Support tracing in ''.class'' files - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=344422 bug 344422].
 +
** [http://intracesite.appspot.com/ InTrace] provides a good start for this integration.
 
* Provide profiling support in the Eclipse platform
 
* Provide profiling support in the Eclipse platform
 
* Provide code coverage support in the Eclipse platform
 
* Provide code coverage support in the Eclipse platform
 +
**[http://www.eclemma.org/jacoco/ JaCoCo] is a very good code coverage tool.
  
 
[[Category:Eclipse Project]]
 
[[Category:Eclipse Project]]
 
[[Category:Debug]]
 
[[Category:Debug]]

Latest revision as of 15:05, 23 August 2011

Platform Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
JDT Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Future Work Items

This page is more of a scratch pad where we can make note of "nice-to-have" work items so we don't lose track of them.

  • Support tracing in .class files - bug 344422.
    • InTrace provides a good start for this integration.
  • Provide profiling support in the Eclipse platform
  • Provide code coverage support in the Eclipse platform
    • JaCoCo is a very good code coverage tool.

Back to the top