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

# Packages

Package daptest provides a sample client with utilities for DAP mode testing.

# Functions

NewServer creates a new DAP Server.
NewSession creates a new client session that can handle DAP traffic.

# Constants

Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.
Unique identifiers for messages returned for errors from requests.

# Variables

DefaultLoadConfig controls how variables are loaded from the target's memory.

# Structs

AttachConfig is the collection of attach request attributes recognized by DAP implementation.
BuildFlags is either string or []string.
Config is all the information needed to start the debugger, handle DAP connection traffic and signal to the server when it is time to stop.
LaunchAttachCommonConfig is the attributes common in both launch/attach requests.
LaunchConfig is the collection of launch request attributes recognized by DAP implementation.
Server implements a DAP server that can accept a single client for a single debug session (for now).
Session is an abstraction for serving and shutting down a DAP debug session with a pre-connected client.
SubstitutePath defines a mapping from a local path to the remote path.