Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 53 additions & 53 deletions README.md

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions README_CN.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Espressif-IDE.md → docs_readme/Espressif-IDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ After un-archiving, if the application still complains, check/remove the attribu
$ xattr -dr com.apple.quarantine ~/Downloads/Espressif-IDE.app
```
### Other Topics
- [Installing Espressif-IDE by Windows Offline Installer](https://github.com/espressif/idf-eclipse-plugin/blob/master/docs/Espressif-IDE-Windows-Installer.md)
- [Installing Espressif-IDE by Windows Offline Installer](https://github.com/espressif/idf-eclipse-plugin/blob/master/docs_readme/Espressif-IDE-Windows-Installer.md)
- [Updating Espressif-IDE with the Latest Version](https://github.com/espressif/idf-eclipse-plugin#installing-idf-plugin-using-update-site-url)

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ You can customize the `Debug perspective` in your own way, for example, move som
* 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.
* 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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tip

Codebase Verification

The link provided in the documentation points to a non-existent page, resulting in a 404 error. The correct section "Enable verbose output" exists within the same file (docs_readme/OpenOCD Debugging.md), but the anchor link is incorrect.

  • Update the link to point to the correct section within the same file.
Analysis chain

The link has been updated to point to the new documentation directory. Ensure that the new link is accessible and the content at the new location is updated to reflect any changes.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify the accessibility of the new documentation link.

# Test: Check if the new documentation link is accessible.
curl -o /dev/null -s -w "%{http_code}\n" https://github.com/espressif/idf-eclipse-plugin/blob/master/docs_readme/OpenOCD%20Debugging.md#startup-tab

Length of output: 153



Script:

#!/bin/bash
# Description: Search for the "Enable verbose output" section within the repository to find the correct link.

# Search for the "Enable verbose output" section in markdown files.
rg "Enable verbose output" --glob "*.md"

Length of output: 715

Tools
LanguageTool

[style] ~103-~103: Consider an alternative verb to strengthen your wording. (IF_YOU_HAVE_THIS_PROBLEM)
Context: ...at helps to resolve the issue. * If you have any issue and want to enable OpenOCD de...

Markdownlint

103-103: Expected: 0 or 2; Actual: 1 (MD009, no-trailing-spaces)
Trailing spaces


File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes