Skip to content

Commit

Permalink
Add continue for operation
Browse files Browse the repository at this point in the history
  • Loading branch information
tolauwae committed Jan 20, 2025
1 parent 05f2c78 commit 496d8f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warduino/reference/debug-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Messages are always ended by a newline.
| Step (over) | 05 | - | STEP! / AT [address]! | `05` |
| Add [breakpoint](#breakpoints) | 06 | Breakpoint address | BP [address]! | `06d902` |
| Remove [breakpoint](#breakpoints) | 07 | Breakpoint address | BP [address]! | `07d902` |
| Continue for | 08 | Instruction count (i32) | | `0801` |
| [Inspect](#inspect) specific state components | 09 | Number of components + their IDs | [json](#example) | `0900020104` |
| Dump VM state | 10 | - | [json](#dumps) | `10` |
| Dump local variables | 11 | - | [json](#dumps) | `11` |
Expand Down

0 comments on commit 496d8f6

Please # to comment.