diff --git a/eclipse.html b/eclipse.html index 6f07703..d8f7aa2 100644 --- a/eclipse.html +++ b/eclipse.html @@ -9,16 +9,16 @@ title: Eclipse Plugin

I have developed this against Eclipse Helios (3.6.2).

Using the plugin

The Eclipse plugin brings the full Docs: InTrace UI into Eclipse and makes it quick and easy to launch java code with the InTrace agent. The following types of launch are currently supported:

@@ -26,12 +26,12 @@ title: Eclipse Plugin
  • Java Application
  • JUnit Test
  • -

    Launching is performed using the new �InTrace� lunch button.

    +

    Launching is performed using the new "InTrace" launch button.

    Once your program has been started the InTrace UI is opened within eclipse and automatically connects to the running program.

    The InTrace agent pauses the startup of the launched program to allow you to perform any initial configuration of the agent.

    -

    When you are ready you should click �Start Program� to resume the normal execution. Any collected trace is shown on the Output tab.

    +

    When you are ready you should click "Start Program" to resume the normal execution. Any collected trace is shown on the Output tab.

    If you close the InTrace window you can open a new one by right clicking the launch from the Debug view and choosing Open InTrace Output.