Skip to content
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

documentation: gdb: Expand the limitations section #8879

Merged
merged 3 commits into from
Mar 11, 2023

Commits on Mar 6, 2023

  1. Expand the esp8266 hardware debugging limitations section

    It's trivial to run into a problem caused by the single hardware breakpoint
    limitation, but the existing documentation doesn't explicitly address this
    situation (and search results for the error message aren't particularly
    helpful).
    
    This commit updates the documentation with an explicit example of what
    happens when a breakpoint expression matches multiple locations, along with
    a possible workaround.
    larsks committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    51a7455 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    ec823fe View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    f69be58 View commit details
    Browse the repository at this point in the history