Documentation
¶
Overview ¶
Command update-delve keeps the VM's debug execution loop (vm_loop_debug.go) in sync with the production loop (vm_loop.go). The debug loop is a generated copy of VM.loop with a per-instruction debugger hook injected, so the two never drift while the production loop keeps no hook of its own.
Usage:
go run ./cmd/update-delve gen # (re)generate vm_loop_debug.go go run ./cmd/update-delve check # fail if it is out of date (CI)
Click to show internal directories.
Click to hide internal directories.