How do I install the Universal Debug Engine in the Eclipse environment?
After installing the Eclipse environment I am not able to debug the application with the Universal Debug Engine.
First, check if the Universal Debug Engine (UDE) integration is installed:
- Start your Eclipse IDE
- Open/Create your workspace
- Open the Debug Configurations
- Check if an Universal Debug Engine item is listed
- If yes, continue with Step 13!
- To install the UDE Integration click on Help - Install New Software
- Click on the Add-Button to add a new repository
- Click on Archive and select
UDEEclipseIntegration.zip
from the UDE installation directory (i.e.:C:\Program Files (x86)\pls\UDE 3.0
) - Click on OK
- Disable the Group items by category checkbox
- Select the Universal Debug Engine Eclipse Integration checkbox and click on Next
- Reopen the Debug Configuration (See step 3)
- Double-click on the Universal Debug Engine item to automatically create a new launch configuration.
After the launch configuration was created, you should be able to debug your application with the Universal Debug Engine perspective.