Add goroutines to help command
This commit is contained in:
parent
7d69c16512
commit
95e1654466
@ -81,6 +81,7 @@ func help(p *proctl.DebuggedProcess, ars ...string) error {
|
|||||||
step - Single step through program.
|
step - Single step through program.
|
||||||
next - Step over to next source line.
|
next - Step over to next source line.
|
||||||
threads - Print out info for every traced thread.
|
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.`)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user