diff --git a/README.md b/README.md index b58e3967f..d6226c67d 100644 --- a/README.md +++ b/README.md @@ -210,10 +210,6 @@ ESP-IDF Serial Monitor will allow you to configure the default settings of the s # Debugging the Project -## GDB Hardware Debugging - -Please refer to GDB Hardware Debugging guide. - ## GDB OpenOCD Debugging Please refer to GDB OpenOCD Debugging. diff --git a/docs/OpenOCD Debugging.md b/docs/OpenOCD Debugging.md index 0b63d4a08..018fd10a2 100644 --- a/docs/OpenOCD Debugging.md +++ b/docs/OpenOCD Debugging.md @@ -1,12 +1,6 @@ -## ESP-IDF GDB OpenOCD Debugging +# ESP-IDF GDB OpenOCD Debugging -Before you get started with the GDB OpenOCD Debugging, please make sure you've already installed `Embedded C/C++ OpenOCD Debugging` plugin while updating the IDF Eclipse Plugin and your [JTAG interface is configured and connected](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/index.html#configure-and-connect-jtag-interface). - -To get the latest changes of the idf eclipse plugin, please check this [here](https://github.com/espressif/idf-eclipse-plugin#GettingStarted) - -![](images/OpenOCDDebug_1.png) - -# Create a new debug configuration +## Create a new debug configuration Please follow the below steps to create a new debug configuration. * Right-click on the project * `Debug As > Debug Configurations...` This will launch a debug configuration window