Setting the length for when ~P wrapps the text in erlang -


is there way make erlang print full string if 1 has used ~p in io:format function?

im having troubles edoc , keeps wrapping error messages ....

is there flags or other way force erlang print entire string?

the method have found use io_lib:print(term, column, linelength, depth). function allows specify starting column, line length control wrapping, etc. returns string can print using io:format ~s format.


Comments