Skip to content

Commit

Permalink
Update OpenOCD Debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal authored Nov 2, 2023
1 parent fc93cb5 commit 6f0ffc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/OpenOCD Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,10 @@ You can customize the `Debug perspective` in your own way, for example, move som

![](images/OpenOCDDebug_12.png)

Any issues on OpenOCD debugging please refer to https://github.com/espressif/openocd-esp32/wiki/Troubleshooting-FAQ
# Troubleshooting
* Please make sure always have the [latest](https://github.com/espressif/idf-eclipse-plugin/releases/) ESP-IDF Eclipse Plugin/Espressif-IDE.
* Please [check](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/index.html#selecting-jtag-adapter) if the board is having JTAG enabled.
* 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 big size applications.
* 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.
* 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/OpenOCD%20Debugging.md#startup-tab) option from the startup tab.

0 comments on commit 6f0ffc9

Please sign in to comment.