diff --git a/proctl/proctl.go b/proctl/proctl.go index 202a4d6f8813b35ad8c7f903c01280f7a25b9241..61de75e696409b72b6cd79478c82344a998ce196 100644 --- a/proctl/proctl.go +++ b/proctl/proctl.go @@ -177,7 +177,6 @@ func (dbp *DebuggedProcess) AttachThread(tid int) (*ThreadContext, error) { // Find a location by string (file+line, function, breakpoint id, addr) func (dbp *DebuggedProcess) FindLocation(str string) (uint64, error) { - // File + Line if strings.ContainsRune(str, ':') { fl := strings.Split(str, ":")