Documentation
¶
Index ¶
- type Debugger
- func (d *Debugger) DebugConsole(call otto.FunctionCall) otto.Value
- func (d *Debugger) InteractiveSession()
- func (d *Debugger) LoadScript(script, filename string) error
- func (d *Debugger) SessionCompleter(p prompt.Document) []prompt.Suggest
- func (d *Debugger) SessionExecutor(in string)
- func (d *Debugger) SetupDebugEngine()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debugger ¶
func (*Debugger) DebugConsole ¶
func (d *Debugger) DebugConsole(call otto.FunctionCall) otto.Value
func (*Debugger) InteractiveSession ¶
func (d *Debugger) InteractiveSession()
func (*Debugger) LoadScript ¶ added in v0.0.10
func (*Debugger) SessionCompleter ¶
func (*Debugger) SessionExecutor ¶
func (*Debugger) SetupDebugEngine ¶
func (d *Debugger) SetupDebugEngine()
Click to show internal directories.
Click to hide internal directories.