Skip to content

Commit 1539e0c

Browse files
update docs
1 parent 2b13a9c commit 1539e0c

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

FAQ.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@ Check below links:
9595
- https://esp32.com/viewtopic.php?f=13&t=12327&start=10#p50137
9696
- https://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find
9797

98-
## Why Java 11 recommended for IDF Eclipse Plugin?
99-
We recommend using Java 11(that's the latest LTS version from Oracle) and above while working with IDF Eclipse Plugin considering Eclipse 2020-06 has a requirement for Java 11 to work with the CDT. Here are some important pointers from Eclipse.
100-
101-
### Installing CDT 9.11 on Eclipse 2020-06 and later requires a workaround when using Java 8
102-
Check this - https://wiki.eclipse.org/CDT/User/NewIn911#Release
103-
104-
CDT 9.11 only requires Java 8 to run. However, a new feature in Eclipse 2020-06 and later means that the install wizard may prevent installation. The workaround is to disable "Verify provisioning operation is compatible with currently running JRE" in Windows -> Preferences -> Install/Update. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=564407#c1
105-
106-
### CDT 10.0 required Java 11 or later
107-
Check this - https://wiki.eclipse.org/CDT/User/NewIn100
108-
109-
Starting with CDT 10.0 Java 11 or later is required to run CDT. This aligns with requirements of Eclipse IDE which also requires Java 11 to run starting in 2020-09.
110-
11198
## How to delete Launch Targets from the Eclipse
11299
There is no UI option to delete launch targets directly from the eclipse, however this can be achieved by following the below instructions.
113100
- Go to the Eclipse workspace directory. For example: In my case /Users/myName/myTesteclipseWorkspace

docs/en/openocddebugging.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ After stopping the target at the default breakpoint, you will be suggested to sw
112112
You can customize the `Debug perspective` in your own way, for example, move some tabs, add additional views that you might find useful, or remove them. To add a view, follow these steps:
113113

114114
* On the top panel of the Eclipse click on `Window`
115-
* `Short View`
115+
* `Show View`
116116
* Select the view you want to add
117117

118118
.. image:: ../../media/OpenOCDDebug_12.png
119119

120120
Troubleshooting
121121
---------------
122-
* Please make sure you always have the latest `<https://github.com/espressif/idf-eclipse-plugin/releases/>`_ ESP-IDF Eclipse Plugin/Espressif-IDE.
123-
* Please check `<https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/index.html#selecting-jtag-adapter>`_ if the board has JTAG enabled.
122+
* Please make sure you always have the latest `Espressif-IDE <https://github.com/espressif/idf-eclipse-plugin/releases/>`_ .
123+
* Please check `this <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/index.html#selecting-jtag-adapter>`_ if the board has JTAG enabled.
124124
* If there is any OpenOCD timeout issue, please increase the GDB server timeout value `<https://www.esp32.com/viewtopic.php?f=40&t=36164#p122701>`_ from the preferences. Usually, this happens while working with large-size applications.
125-
* If you see any error while debugging, please check this OpenOCD troubleshooting FAQ guide `<https://github.com/espressif/openocd-esp32/wiki/Troubleshooting-FAQ>`_ and see if that helps to resolve the issue.
126-
* If you have any issue and want to enable OpenOCD debugging verbose, please check Enable verbose output `<https://github.com/espressif/idf-eclipse-plugin/blob/master/docs_readme/OpenOCD%20Debugging.md#startup-tab>`_ option from the startup tab.
125+
* If you see any error while debugging, please check this OpenOCD troubleshooting `FAQ guide <https://github.com/espressif/openocd-esp32/wiki/Troubleshooting-FAQ>`_ and see if that helps to resolve the issue.
126+
* If you have any issue and want to enable OpenOCD debugging verbose, please check Enable verbose output option from the startup tab.

0 commit comments

Comments
 (0)