Skip to content

Update debugging.rst #16601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update debugging.rst #16601

wants to merge 1 commit into from

Conversation

vrmay23
Copy link
Contributor

@vrmay23 vrmay23 commented Jun 23, 2025

  • Add right path for debug (nuttx /)
  • Support for debug not only on ESP32 arch (target extended-remote) but also for STM32 chip arch (target remote :3333)

Note: Please adhere to Contributing Guidelines.

Summary

Update this section with information on why change is necessary,
what it exactly does and how, if new feature shows up, provide
references (dependencies, similar problems and solutions), etc.

Impact

Update this section, where applicable, on how change affects users,
build process, hardware, documentation, security, compatibility, etc.

Testing

Update this section with details on how did you verify the change,
what Host was used for build (OS, CPU, compiler, ..), what Target was
used for verification (arch, board:config, ..), etc. Providing build
and runtime logs from before and after change is highly appreciated.

- Add right path for debug (nuttx /)
- Support for debug not only on ESP32 arch (target extended-remote) but also for STM32 chip arch (target remote :3333)
@github-actions github-actions bot added Area: Documentation Improvements or additions to documentation Size: XS The size of the change in this PR is very small labels Jun 23, 2025
Inside ``gdb`` console, connect to the ``gdb`` server with:

.. code-block::
(gdb) target extended-remote :3333
(gdb) tar remote :3333
Copy link
Contributor

Choose a reason for hiding this comment

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

tar -> target

Copy link
Contributor

Choose a reason for hiding this comment

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

@simbit18 I use "tar" here too, since GDB accept reduced from (tar: target; mon: monitor, etc). But maybe it is better to use the formal way

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @acassis I also use the abbreviated form but I think for documentation the unabbreviated form is preferable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Documentation Improvements or additions to documentation Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants