Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ Debug
Function
Debug
vm/vm.go:30–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
Debug() *VM {
31
vm := &VM{
32
debug: true,
33
step: make(
chan
struct
{}, 0),
34
curr: make(
chan
int, 0),
35
}
36
return
vm
37
}
38
39
type
VM
struct
{
40
Stack []any
Callers
2
TestDebugger
Function · 0.92
StartDebugger
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestDebugger
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…