It cannot show completely on erl terminal if the result too big in erlang. Is there any way to solve it.
[{rabbit_prelaunch_sup,'_',#Fun<erl_eval.42.3316493>},
{rabbit_prelaunch_sighandler,'_',#Fun<erl_eval.42.3316493>},
{rabbit_semver_parser,'_',#Fun<erl_eval.42.3316493>},
{rabbit_semver,'_',...},
{rabbit_runtime_parameter,...},
{...}|...]
Use
rp(Term)as shown in shell functions. When usingrp/1it will print the term regardless of how deep it is.