Documentation ¶
Index ¶
- Variables
- type Cmd
- type Cmds
- type DebugOp
- type Debugger
- func (d *Debugger) At(interp *fast.Interp, env *fast.Env) DebugOp
- func (d *Debugger) Backtrace(arg string) DebugOp
- func (d *Debugger) Breakpoint(interp *fast.Interp, env *fast.Env) DebugOp
- func (d *Debugger) Cmd(src string) DebugOp
- func (d *Debugger) Eval(src string) ([]xreflect.Value, []xreflect.Type)
- func (d *Debugger) Help()
- func (d *Debugger) Repl() DebugOp
- func (d *Debugger) Show(breakpoint bool) bool
- func (d *Debugger) Vars()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DebugOpContinue = fast.DebugOpContinue DebugOpStep = fast.DebugOpStep DebugOpRepl = DebugOp{-1, nil} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.