mirror of
https://github.com/go-delve/delve.git
synced 2025-10-31 02:36:18 +08:00
Documentation/cli: add info for element limit config keys (#1853)
This commit is contained in:
committed by
GitHub
parent
f925d3c8d7
commit
bc9d95d615
@ -56,6 +56,8 @@ To see more values use the slice operator:
|
|||||||
|
|
||||||
For this purpose delve allows use of the slice operator on maps, `m[64:]` will return the key/value pairs of map `m` that follow the first 64 key/value pairs (note that delve iterates over maps using a fixed ordering).
|
For this purpose delve allows use of the slice operator on maps, `m[64:]` will return the key/value pairs of map `m` that follow the first 64 key/value pairs (note that delve iterates over maps using a fixed ordering).
|
||||||
|
|
||||||
|
These limits can be configured with `max-string-len` and `max-array-values`. See [config](https://github.com/go-delve/delve/tree/master/Documentation/cli#config) for usage.
|
||||||
|
|
||||||
# Interfaces
|
# Interfaces
|
||||||
|
|
||||||
Interfaces will be printed using the following syntax:
|
Interfaces will be printed using the following syntax:
|
||||||
|
|||||||
Reference in New Issue
Block a user