delve/proctl/doc.go
2015-04-30 08:39:04 -05:00

11 lines
448 B
Go

// proctl is a low-level package that provides methods to manipulate
// the process we are debugging, and methods to read and write from
// the virtual memory of the process.
//
// proctl implements the core features of this debugger, including all
// process manipulation (step, next, continue, halt) as well as providing
// methods to evaluate variables and read them from the virtual memory of
// the process we are debugging.
//
package proctl