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

# Packages

Package dap implements VSCode's Debug Adaptor Protocol (DAP).

# Functions

ListenerPipe returns a full-duplex in-memory connection, like net.Pipe.

# Structs

Config provides the configuration to start a Debugger and expose it with a service.

# Interfaces

Client represents a debugger service client.
RPCCallback is used by RPC methods to return their result asynchronously.
Server represents a server for a remote client to connect to.