mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
Update help command
This commit is contained in:
@ -79,6 +79,7 @@ func help(p *proctl.DebuggedProcess, ars ...string) error {
|
|||||||
continue - Run until breakpoint or program termination.
|
continue - Run until breakpoint or program termination.
|
||||||
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.
|
||||||
print $var - Evaluate a variable.`)
|
print $var - Evaluate a variable.`)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user