[erlang-questions] [ANN] tx — an Erlang term explorer

Jesse Gumm gumm@REDACTED
Sat Sep 20 21:27:07 CEST 2014


This seems like a useful tool.

Thanks for sharing!

-Jesse

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
On Sep 20, 2014 9:59 AM, "Dmytro Lytovchenko" <dmytro.lytovchenko@REDACTED>
wrote:

> Problem:
>
> Sometimes when debugging or working on your application you get very long
> terms which are impossible to print or look through.
>
> Solution:
>
> tx is a small application which starts an inets webserver on localhost,
> saves whatever you drop into it in ETS table and and displays URL to open
> with your browser (Pastebin style). Call tx:show(Term). from Erlang shell,
> or put it anywhere in your code, tx will be started automatically on the
> first call.
>
> Screenshots, README and code is here https://github.com/kvakvs/tx
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140920/a8be1314/attachment.htm>


More information about the erlang-questions mailing list