提交 c8e4fcc2 编写于 作者: D Derek Parker

Upper case comment

上级 b31575b5
......@@ -392,7 +392,7 @@ func (dbp *Process) Continue() error {
}
// Check to see if we hit a runtime.breakpoint
if loc.Fn != nil && loc.Fn.Name == "runtime.breakpoint" {
// step twice to get back to user code
// Step twice to get back to user code
for i := 0; i < 2; i++ {
if err = thread.Step(); err != nil {
return err
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册