提交 98da14b0 编写于 作者: D Derek Parker

Add comments to proc.Detach

上级 d8418c65
......@@ -88,6 +88,7 @@ func Attach(pid int) (*Process, error) {
return dbp, nil
}
// Detach from the process being debugged, optionally killing it.
func (dbp *Process) Detach(kill bool) (err error) {
// Clean up any breakpoints we've set.
for _, bp := range dbp.Breakpoints {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册