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 "TPTP FAQ"

(FAQ)
(TPTP FAQ)
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|    question = What is IAC?
 
|    question = What is IAC?
 
|    answer = IAC stands for Integrated Agent Controller. It is an Agent Controller build-in for local profiling and start and stop on demand. Preference of IAC is available under '''Window''' > '''Preferences''' menu.
 
|    answer = IAC stands for Integrated Agent Controller. It is an Agent Controller build-in for local profiling and start and stop on demand. Preference of IAC is available under '''Window''' > '''Preferences''' menu.
 +
}}
 +
 +
{{faq
 +
|    title = How can I tell the Agent Controller is working?
 +
|    question = How can I tell the Agent Controller is working?
 +
|    answer = Agent Controller is started and stopped on demand in a profiling session. To test the setup of an Agent Controller, try '''Windows''' > '''Preferences''' > '''Agent Controller''' > '''Hosts''', select '''localhost''' and click on '''Test Connection'''. If the test connection return success, a ACServer.exe process should be started and running on your machine.
 
}}
 
}}
  
Line 15: Line 21:
  
 
== Known problem and workaround ==
 
== Known problem and workaround ==
 
+
{{faq
=== Detach and Reattach actions do not work and shows error ===
+
|    title = Detach and Reattach actions do not work and shows error
Detach and Reattach actions are currently not support with '''JRE 1.5 or newer''' profiler. There is currently no workaround. See bug [https://bugs.eclipse.org/237691 237691] for status of bug.
+
|    question = Detach and Reattach actions do not work and shows error
 +
|    answer = Detach and Reattach actions are currently not supported with '''JRE 1.5 or newer''' profiler. There is currently no workaround. See bug [https://bugs.eclipse.org/237691 237691] for status of bug.
 +
}}
  
  

Latest revision as of 11:04, 16 October 2008

TPTP FAQ

This page lists all commonly asked questions regarding the usage of TPTP. This page is under development and will continue to grow. Please check back later for more information. If you have a question or would like to suggest a question here, please email Eugene Chan


What is IAC?

Question Mark.pngWhat is IAC?
IAC stands for Integrated Agent Controller. It is an Agent Controller build-in for local profiling and start and stop on demand. Preference of IAC is available under Window > Preferences menu.


How can I tell the Agent Controller is working?

Question Mark.pngHow can I tell the Agent Controller is working?
Agent Controller is started and stopped on demand in a profiling session. To test the setup of an Agent Controller, try Windows > Preferences > Agent Controller > Hosts, select localhost and click on Test Connection. If the test connection return success, a ACServer.exe process should be started and running on your machine.


Where can I find the help documentation?

Question Mark.pngWhere can I find the help documentation?
Online help is available here. Alternatively, help is also available under Help > Help Contents of Eclipse workbench. Keep in mind that F1 help is available upon selection focus on any widget of the GUI.

Known problem and workaround

Detach and Reattach actions do not work and shows error

Question Mark.pngDetach and Reattach actions do not work and shows error
Detach and Reattach actions are currently not supported with JRE 1.5 or newer profiler. There is currently no workaround. See bug 237691 for status of bug.



Back to Profile with TPTP - plug-in development page

Back to TPTP wiki page

Back to the top