delve/proc/doc.go
2015-07-28 13:37:55 -05:00

10 lines
316 B
Go

// proc is a low-level package that provides methods to manipulate
// the process we are debugging.
//
// proc implements all core functionality including:
// * creating / attaching to a process
// * process manipulation (step, next, continue, halt)
// * methods to explore the memory of the process
//
package proc