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 "Enable debug options for STP"

 
(No difference)

Latest revision as of 02:18, 27 February 2007

put the stp_debug.options under Eclipse dir with following contents

org.eclipse.stp.common/debug=true
org.eclipse.stp.common/info=true
org.eclipse.stp.common/error=true

Start eclipse with following command:

Eclipse.exe -debug stp_debug.options

Back to the top