Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] parallel application run failure

Dave,

Greg, if this doesn't solve the problem, I need to see the messages that are logged by the PTP trace and by the PE proxy. Can you remind me what file I have to edit and what options to set within that file to turn on
this tracing?

The easiest thing to do is use the Tracing tab on the Eclipse Application run configuration. Enable debug/proxy/protocol/tracing under org.eclipse.ptp.core.

If you're not using a runtime Eclipse, you need to start Eclipse with the -debug flag. It will give you a message about not being able to load a debug options file. You need to create this file in the specified location with the following contents (or whatever you want to enable), then re-run "eclipse -debug":

org.eclipse.ptp.core/debug=true
org.eclipse.ptp.core/debug/proxy/protocol/tracing=true
org.eclipse.ptp.core/debug/proxy/client/tracing=true
org.eclipse.ptp.core/debug/proxy/server/debug_level=1
org.eclipse.ptp.core/debug/rm/tracing=true

Greg


Back to the top