<div dir="ltr"><div>The shell uses the io_lib_pretty module to format records, so you could try tapping into that. It's undocumented, so YMMV, stuff could break in future versions, etc. But if you're careful with upgrades and such then you'll probably be okay.</div><div><br></div><div>More info on how to use io_lib_pretty at these links:</div><div><a href="http://amiest-devblog.blogspot.com/2008/05/iolibpretty-nice-secret-module.html" target="_blank">http://amiest-devblog.blogspot.com/2008/05/iolibpretty-nice-secret-module.html</a></div><div><a href="http://erlang.2086793.n4.nabble.com/Pretty-printing-records-td2110531.html" target="_blank">http://erlang.2086793.n4.nabble.com/Pretty-printing-records-td2110531.html</a></div><div><br></div><div>Nick</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 27, 2015 at 5:31 AM, Alex Shneyderman <span dir="ltr"><<a href="mailto:a.shneyderman@gmail.com" target="_blank">a.shneyderman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, all!<br>
<br>
I would like to nicely format dbg output. I have a formatter function<br>
but io:format()  out of there produces plain tuples. Even if I am<br>
running this dbg:tc() code within the shell that saw rr() call<br>
beforehand.<br>
<br>
Is there a lib some place that helps with formatting records nicely,<br>
besides trying to dig it out the shell code?<br>
<br>
Cheers,<br>
Alex.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>