We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c48a8 commit 173c909Copy full SHA for 173c909
lib/iex/lib/iex.ex
@@ -288,6 +288,10 @@ defmodule IEx do
288
when printing results of expression evaluation. Default to
289
pretty formatting with a limit of 50 entries.
290
291
+ To show all entries, configure the limit to `:infinity`:
292
+
293
+ IEx.configure [inspect: [limit: :infinity]]
294
295
See `Inspect.Opts` for the full list of options.
296
297
## Width
0 commit comments