Install winIDEA Eclipse Plugin
In this topic:
•Prerequisites and system requirements
In this tutorial, you will learn how to set up the necessary environment for debugging in the Eclipse IDE using winIDEA IDE. This involves installing required software, configuring your project, and creating a debug configuration.
Getting started with SmartCode, winIDEA, iC7mini BlueBox
Before starting with the installation, the system must contain the following:
The plugin will install it. It will not be available if an older version of Java is already installed.
To download the latest Eclipse go to https://www.eclipse.org/downloads/. If you want to use Eclipse for C/C++ development only, there is already a package with CDT available (Eclipse IDE for C/C++ Developers). In this case, skip CDT installation described in the next step.
After the installation is done, select a workspace and launch the Eclipse IDE.
To obtain CDT go to http://www.eclipse.org/cdt/downloads.php. CDT should be installed as an Eclipse Plugin.
It is recommended to use the latest version of the plugin and winIDEA available. |
Some IDEs have already included the Plugin. If the Plugin is already installed, the next steps can be skipped.
Launch Eclipse and go to Help | Install New Software. |
In the Work with text field enter https://m1.247365bb.com/ftp/afrs/production/eclipse_debug_generic/latest and follow the installation wizard. |
If there is an available update for the plugin, you can update it via Help | Check for Updates. |
Install winIDEA via Window | Preferences | TASKING winIDEA. |
•Use embedded installation - Automatic installation of latest available version when opening Preferences. If there is a new version of winIDEA available on the web a message is displayed on top. Click the Update button to update winIDEA to the latest available version.
•Use this installation - You can manually select a specific winIDEA version. Click on the Browse button to select the directory containing the wanted winIDEA.exe executable.
Create a new Eclipse project. |
Refer to the Eclipse/CDT help documentation for detailed instructions on creating a project, writing code, and compiling it. Ensure you know the name and location of the output file that should be downloaded to the target.
Create a Debug Configuration via Debug | Debug Configuration | TASKING winIDEA tab. |
•Device
•Hardware
•Communication type
•etc.
Refer to Debug configuration settings for more information on the configuration settings.
winIDEA IDE is launched in the background.
Start debugging. |