package
1.24.0
Repository: https://github.com/go-delve/delve.git
Documentation: pkg.go.dev

# Functions

New creates a new Debugger.

# Constants

# Variables

ErrCanNotRestart is returned when the target cannot be restarted.
ErrCoreDumpInProgress is returned when a core dump is already in progress.
ErrCoreDumpNotSupported is returned when core dumping is not supported.
ErrNotImplementedWithMultitarget is returned for operations that are not implemented with multiple targets.
ErrNotRecording is returned when StopRecording is called while the debugger is not recording the target.

# Structs

Config provides the configuration to start a Debugger.
Debugger service.

# Type aliases