update-delve

command
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 6 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL