Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Attach ¶
func Attach(pid int, debugInfoDirs []string) (*proc.TargetGroup, error)
Attach to an existing process with the given PID. Once attached, if the DWARF information cannot be found in the binary, Delve will look for external debug files in the directories passed in.
func Launch ¶
func Launch(cmd []string, wd string, flags proc.LaunchFlags, debugInfoDirs []string, tty string, redirects [3]string) (*proc.TargetGroup, error)
Launch creates and begins debugging a new process. First entry in `cmd` is the program to run, and then rest are the arguments to be supplied to that process. `wd` is working directory of the program. If the DWARF information cannot be found in the binary, Delve will look for external debug files in the directories passed in.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.