From 6f0ffc91266ee672e1099424d92418813ac9d223 Mon Sep 17 00:00:00 2001 From: Kondal Kolipaka Date: Thu, 2 Nov 2023 15:17:30 +0100 Subject: [PATCH] Update OpenOCD Debugging.md --- docs/OpenOCD Debugging.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/OpenOCD Debugging.md b/docs/OpenOCD Debugging.md index bbfc97687..0b63d4a08 100644 --- a/docs/OpenOCD Debugging.md +++ b/docs/OpenOCD Debugging.md @@ -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. +