diff --git a/proc/proc_darwin.go b/proc/proc_darwin.go index 30d1579b..85ea7357 100644 --- a/proc/proc_darwin.go +++ b/proc/proc_darwin.go @@ -31,7 +31,8 @@ type OSProcessDetails struct { // Create and begin debugging a new process. Uses a // custom fork/exec process in order to take advantage of -// PT_SIGEXC on Darwin. +// PT_SIGEXC on Darwin which will turn Unix signals into +// Mach exceptions. func Launch(cmd []string) (*DebuggedProcess, error) { argv0Go, err := filepath.Abs(cmd[0]) if err != nil {