Next: Checkpoint delete (0x13), Previous: Checkpoint get (0x11), Up: Commands [Contents][Index]
Sets any type of checkpoint. This combines the functionality of several textual commands (break, watch, trace) into one, as they are all the same with only minor variations. To set conditions, see Condition set (0x22) after executing this one.
Command body:
0x01: true, 0x00: false
0x01: true, 0x00: false
0x01: load, 0x02: store, 0x04: exec
Deletes the checkpoint after it has been hit once. This is similar to "until" command, but it will not resume the emulator.