github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/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