debug: golang.org/x/debug/remote Index | Files | Directories

Packages imported by remote

PathSynopsis
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/debugPackage debug provides the portable interface to a program being debugged.
golang.org/x/debug/server/protocolPackage protocol defines the types used to represent calls to the debug server.
ioPackage io provides basic interfaces to I/​O primitives.
net/rpcPackage rpc provides access to the exported methods of an object across a network or other I/​O connection.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.