You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[ Importing an existing Debug launch configuration ](#importDebugLaunchConfig)<br>
24
25
*[ Troubleshooting Guide](#troubleshooting)<br>
25
26
*[ How to raise bugs ](#howToRaiseBugs)<br>
26
27
*[ FAQ ](#faq)<br>
@@ -34,6 +35,8 @@ IDF Eclipse Plugins aiming to provide better tooling capabilities, which simplif
34
35
***ESP-IDF 4.0 and above** : Follow the download instructions from <ahref ="https://github.com/espressif/esp-idf/releases">here</a>
35
36
***Git** : Get the latest git from <ahref ="https://git-scm.com/downloads">here</a>
36
37
38
+
**Note:** Make sure Java, Python and Git are available on the system environment PATH.
39
+
37
40
<aname="GettingStarted"></a>
38
41
# Getting started with the IDF Eclipse Plugins
39
42
Eclipse provides two ways to install the IDF Plugins
@@ -181,6 +184,10 @@ CMake editor preferences can be controlled using `Eclipse > Preferences > CMakeE
181
184
# Debugging the Project
182
185
Please refer to <ahref ="https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/index.html" > JTAG Debugging guide</a>
183
186
187
+
Predefined debug launch configuration files can be found <ahref ="https://github.com/espressif/idf-eclipse-plugin/tree/master/resources/Debugging%20Launch%20Configurations" > here</a>. These can be used for reference.
188
+
189
+
Please refer to [Importing Debug Launch Configuration](#customizeLaunchConfig) section for importing the existing configuration files into Eclipse. Make sure to modify the debug launch configuraton project specific settings after importing.
190
+
184
191
<aname="configureEnvironmentVariables"></a>
185
192
# Configuring Environment Variables
186
193
Eclipse auto configure the required environment variables in the `Preferences > C/C++ Build > Environment` section If IDF Tools are installed using `Help` > `Espressif IDF Tools Manager` > `Install Tools` menu option.
@@ -307,7 +314,20 @@ If you've already installed IDF Eclipse Plugins using update site URL, you can g
307
314
* If updates are found, select `Espressif IDF Plugins for Eclipse` and deselect all other items
308
315
* Click `Next` to proceed with the installation
309
316
310
-

317
+

318
+
319
+
<aname="importDebugLaunchConfig"></a>
320
+
# Importing an existing Debug launch configuration
321
+
To import an existing launch configuration into Eclipse:
322
+
* Select `Import...` from the `File` menu
323
+
* In the Import dialog box, expand the `Run/Debug` group and select `Launch Configurations`
324
+
* Click on `Next`
325
+
* Click on `Browse...` to select the required location in the local file system
326
+
* Select the folder containing the launch files and then click OK
327
+
* Select the checkboxes for the required folder and launch file
328
+
* If you are replacing an existing configuration with the same name then select `Overwrite existing launch configurations without warning`
0 commit comments