Skip to content

Commit 496d8f6

Browse files
committed
Add continue for operation
1 parent 05f2c78 commit 496d8f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

warduino/reference/debug-protocol.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Messages are always ended by a newline.
3232
| Step (over) | 05 | - | STEP! / AT [address]! | `05` |
3333
| Add [breakpoint](#breakpoints) | 06 | Breakpoint address | BP [address]! | `06d902` |
3434
| Remove [breakpoint](#breakpoints) | 07 | Breakpoint address | BP [address]! | `07d902` |
35+
| Continue for | 08 | Instruction count (i32) | | `0801` |
3536
| [Inspect](#inspect) specific state components | 09 | Number of components + their IDs | [json](#example) | `0900020104` |
3637
| Dump VM state | 10 | - | [json](#dumps) | `10` |
3738
| Dump local variables | 11 | - | [json](#dumps) | `11` |

0 commit comments

Comments
 (0)