Enabling runtime analysis tools on an Eclipse project

Test RealTime plugin for Eclipse CDT

To use the runtime analysis tools on your Eclipse project files, you must enable the project for Test RealTime. This creates the Test RealTime configuration for your project.

Before you enable the project, you must ensure that the correct Target Deployment Port is selected in the Test RealTime preferences.

Note   By default, the selected TDP is for C. If you are using C++, you must select a C++ TDP.

When you first enable Test RealTime on a project, a default configuration is created based on the default TDP as specified in the Test RealTime preferences. You can change the active configurations later in the Set Active Configurations.

To enable an Eclipse C or C++ project for Test RealTime:

  1. Select Window > Preferences and Test RealTime and ensure the correct Target Deployment Port is selected in Default TDP. Click OK.

  2. In Eclipse, right click the C or C++ project and select Test RealTime > Enable. This creates a Test RealTime configuration based on the default TDP.

Related Topics

Configuration settings overviewWorking with Eclipse C/C++ Development ToolsManaging configurations in EclipseTest RealTime preferences in Eclipse