mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +08:00
@ -39,6 +39,7 @@ Command | Description
|
||||
[trace](#trace) | Set tracepoint.
|
||||
[types](#types) | Print list of types
|
||||
[vars](#vars) | Print package variables.
|
||||
[whatis](#whatis) | Prints type of an expression.
|
||||
|
||||
## args
|
||||
Print function arguments.
|
||||
@ -320,3 +321,9 @@ Print package variables.
|
||||
If regex is specified only package variables with a name matching it will be returned. If -v is specified more information about each package variable will be shown.
|
||||
|
||||
|
||||
## whatis
|
||||
Prints type of an expression.
|
||||
|
||||
whatis <expression>.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user