package
0.5.1
Repository: https://github.com/robertkrimen/otto.git
Documentation: pkg.go.dev

# Functions

DebuggerHandler implements otto's debugger handler signature, providing a simple drop-in debugger implementation.
Run creates a REPL with the default prompt and no prelude.
RunWithOptions runs a REPL with the given options.
RunWithPrelude runs a REPL with the default prompt and the given prelude.
RunWithPrompt runs a REPL with the given prompt and no prelude.
RunWithPromptAndPrelude runs a REPL with the given prompt and prelude.

# Structs

Options contains parameters for configuring a REPL session.