Documentation ¶
Index ¶
- Variables
- 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 ¶
View Source
var FunctionBlacklist = []string{
"arguments",
"Object",
"console",
}
Functions ¶
This section is empty.
Types ¶
type Debugger ¶
type Debugger struct { Engine *engine.Engine Logger *logrus.Logger Prompt *prompt.Prompt BuiltInFuncs map[string]*generator.FunctionDef REPLSuggestions []prompt.Suggest }
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.