Versions in this module Expand all Collapse all v1 v1.5.2 Jun 10, 2025 Changes in this version + const ExceptionEventType + const StdoutEventType + const StoppedEventType + const TerminatedEventType + const ThreadEventType + type Breakpoint = v1.Breakpoint + type BreakpointID = v1.BreakpointID + type Debugger = v1.Debugger + func NewDebugger(options ...DebuggerOption) Debugger + type DebuggerOption = v1.DebuggerOption + func SetEventHandler(handler EventHandler) DebuggerOption + func SetLogger(logger logging.Logger) DebuggerOption + type Event = v1.Event + type EventHandler = v1.EventHandler + type EventType = v1.EventType + type FrameID = v1.FrameID + type LaunchEvalProperties = v1.LaunchEvalProperties + type LaunchOption = v1.LaunchOption + func RegoOption(opt func(*rego.Rego)) LaunchOption + type LaunchProperties = v1.LaunchProperties + type LaunchTestProperties = v1.LaunchTestProperties + type Scope = v1.Scope + type Session = v1.Session + type StackFrame = v1.StackFrame + type StackTrace = v1.StackTrace + type Thread = v1.Thread + type ThreadID = v1.ThreadID + type VarRef = v1.VarRef + type Variable = v1.Variable