github.com/undoio/delve@v1.9.0/pkg/proc/doc.go (about)

     1  // Package proc is a low-level package that provides methods to manipulate
     2  // the process we are debugging.
     3  //
     4  // proc implements all core functionality including:
     5  //
     6  //   - creating / attaching to a process
     7  //   - process manipulation (step, next, continue, halt)
     8  //   - methods to explore the memory of the process
     9  package proc