Update Launch docs for Darwin

This commit is contained in:
Derek Parker
2015-06-19 08:15:54 -05:00
parent 509c4839ae
commit e3aade85ab

View File

@ -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 {