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

# Packages

No description provided by the author
Package dap implements VSCode's Debug Adaptor Protocol (DAP).
No description provided by the author
Package rpc1 implements version 1 of Delve's API and is only kept for backwards compatibility.
No description provided by the author
No description provided by the author
No description provided by the author

# 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.