Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console struct {
// contains filtered or unexported fields
}
func New ¶
func New(i *interpreter.Interpreter) *Console
type Debugger ¶
type Debugger struct {
// contains filtered or unexported fields
}
func (*Debugger) Log ¶ added in v1.19.0
func (d *Debugger) Log(stmt *ast.LogStatement, value string)
func (*Debugger) Run ¶
func (d *Debugger) Run(node ast.Node) interpreter.DebugState
Click to show internal directories.
Click to hide internal directories.