1
0
mirror of https://github.com/beego/bee.git synced 2024-07-02 15:14:13 +00:00
bee/vendor/github.com/derekparker/delve/pkg/proc/doc.go
2017-03-19 23:48:59 +01:00

10 lines
324 B
Go

// Package 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