diff --git a/Documentation/cli/expr.md b/Documentation/cli/expr.md index b65655f2..0b0105b5 100644 --- a/Documentation/cli/expr.md +++ b/Documentation/cli/expr.md @@ -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). +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 will be printed using the following syntax: