documentation: gdb: Expand the limitations section by larsks · Pull Request #8879 · esp8266/Arduino

@larsks

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.

@d-a-v

@d-a-v d-a-v changed the title Expand the esp8266 hardware debugging limitations section documentation: gdb: Expand the limitations section

Mar 11, 2023

@d-a-v

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
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.