From 08c829d6553ea3c5e1500aa79a0d79fb294ef30a Mon Sep 17 00:00:00 2001 From: Ali Azam Rana <85216275+alirana01@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:29:08 +0500 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) 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. From 53e2e7dccb68ef653f20c278842fd90dbf49c8dc Mon Sep 17 00:00:00 2001 From: Ali Azam Rana <85216275+alirana01@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:38:43 +0500 Subject: [PATCH 2/3] Update OpenOCD Debugging.md --- docs/OpenOCD Debugging.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/OpenOCD Debugging.md b/docs/OpenOCD Debugging.md index 0b63d4a08..fcdf40047 100644 --- a/docs/OpenOCD Debugging.md +++ b/docs/OpenOCD Debugging.md @@ -1,11 +1,5 @@ ## 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 Please follow the below steps to create a new debug configuration. * Right-click on the project From 9a4e2523d2700d4b0ed56e786e2c9e15235984ee Mon Sep 17 00:00:00 2001 From: Ali Azam Rana <85216275+alirana01@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:39:15 +0500 Subject: [PATCH 3/3] Update OpenOCD Debugging.md --- docs/OpenOCD Debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/OpenOCD Debugging.md b/docs/OpenOCD Debugging.md index fcdf40047..018fd10a2 100644 --- a/docs/OpenOCD Debugging.md +++ b/docs/OpenOCD Debugging.md @@ -1,6 +1,6 @@ -## ESP-IDF GDB OpenOCD Debugging +# ESP-IDF GDB OpenOCD Debugging -# 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