MCPcopy
hub / github.com/google/go-jsonnet / DebugEvent

Interface DebugEvent

debugger.go:64–66  ·  view source on GitHub ↗

A DebugEvent is emitted by the hooks to signal certain events happening in the VM. Examples are: - Hitting a breakpoint - Catching an exception - Program termination

Source from the content-addressed store, hash-verified

62// - Catching an exception
63// - Program termination
64type DebugEvent interface {
65 anEvent()
66}
67
68type DebugEventExit struct {
69 Output string

Callers

nothing calls this directly

Implementers 2

DebugEventExitdebugger.go
DebugEventStopdebugger.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…