From ffeddc39a50cd6c7da4450cf50e7ae6389bf536e Mon Sep 17 00:00:00 2001 From: Matt Self Date: Tue, 11 Nov 2014 21:03:04 -0700 Subject: [PATCH] add exit command to help --- command/command.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/command.go b/command/command.go index 241f810b..3f62cfee 100644 --- a/command/command.go +++ b/command/command.go @@ -82,7 +82,8 @@ func help(p *proctl.DebuggedProcess, ars ...string) error { next - Step over to next source line. threads - Print out info for every traced thread. goroutines - Print out info for every goroutine. - print $var - Evaluate a variable.`) + print $var - Evaluate a variable. + exit - Exit the debugger.`) return nil }