We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f2c78 commit 496d8f6Copy full SHA for 496d8f6
warduino/reference/debug-protocol.md
@@ -32,6 +32,7 @@ Messages are always ended by a newline.
32
| Step (over) | 05 | - | STEP! / AT [address]! | `05` |
33
| Add [breakpoint](#breakpoints) | 06 | Breakpoint address | BP [address]! | `06d902` |
34
| Remove [breakpoint](#breakpoints) | 07 | Breakpoint address | BP [address]! | `07d902` |
35
+| Continue for | 08 | Instruction count (i32) | | `0801` |
36
| [Inspect](#inspect) specific state components | 09 | Number of components + their IDs | [json](#example) | `0900020104` |
37
| Dump VM state | 10 | - | [json](#dumps) | `10` |
38
| Dump local variables | 11 | - | [json](#dumps) | `11` |
0 commit comments