mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
20 lines
197 B
Plaintext
20 lines
197 B
Plaintext
set breakpoint pending on
|
|
|
|
break toy_vm.c:547
|
|
|
|
command 1
|
|
print opcode
|
|
continue
|
|
end
|
|
|
|
break toy_vm.c:373
|
|
|
|
command 2
|
|
printf "JUMP %d %d %d\n", type, cond, param
|
|
continue
|
|
end
|
|
|
|
break toy_vm.c:375
|
|
|
|
|