add exit command to help

This commit is contained in:
Matt Self
2014-11-11 21:03:04 -07:00
parent f5b3f89a80
commit ffeddc39a5

View File

@ -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
}