debugger

package
v0.62.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Debugger

type Debugger struct {
	// contains filtered or unexported fields
}

func New

func New(logger *zerolog.Logger, emulator emulator.Emulator, port int) *Debugger

func (*Debugger) Start

func (d *Debugger) Start() error

func (*Debugger) Stop

func (d *Debugger) Stop()

type ScopeIdentifier

type ScopeIdentifier uint
const (
	ScopeIdentifierLocal   ScopeIdentifier = 10000
	ScopeIdentifierGlobal  ScopeIdentifier = 10001
	ScopeIdentifierStorage ScopeIdentifier = 10002
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL