InTrace Eclipse Plugin

This page describes the InTrace Eclipse plugin. Not sure what InTrace is? Take a look at the front page.

Latest release made on 18/03/2012. See Release Notes for details.

Installing

I have developed this against Eclipse Indigo (3.7).

  • Within Eclipse, open Help -> Install New Software
  • Enter the following URL: http://intracesite.appspot.com/
    • This site relies on a free traffic quota. If this site is down you should download the .zip update site: intrace.ecl.site.zip
    • To use this file, click the ""Add" button and then the "Archive" button and navigate to the downloaded file.
  • Choose the "InTrace Eclipse" plugin
  • Click Next and continue until the plugin has been installed

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:

  • Java Application
  • JUnit Test

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.

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.