Skip to content

Commit

Permalink
Fix cppdbg configuration (espressif#555)
Browse files Browse the repository at this point in the history
The cppdbg config lacked the hardware watchpoint limit command that while helpfully listed in the required command listing nevertheless was missing from the actual config code.
  • Loading branch information
rdancer authored Oct 26, 2021
1 parent e36096a commit c3a1796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ The user can also use [Microsoft C/C++ Extension](https://marketplace.visualstud
"environment": [{ "name": "PATH", "value": "${config:idf.customExtraPaths}" }],
"setupCommands": [
{ "text": "target remote :3333" },
{ "text": "set remote hardware-watchpoint-limit 2"},
{ "text": "mon reset halt" },
{ "text": "thb app_main" },
{ "text": "flushregs" }
Expand Down

0 comments on commit c3a1796

Please sign in to comment.