mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
Cleanup of printing and putsing
This commit is contained in:
@ -29,7 +29,6 @@ func (t *ThreadContext) singleStep() error {
|
||||
}
|
||||
|
||||
func (t *ThreadContext) cont() error {
|
||||
// debug.PrintStack()
|
||||
// TODO(dp) set flag for ptrace stops
|
||||
if err := PtraceCont(t.Process.Pid, 0); err == nil {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user