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

Dmytro Lytovchenko dmytro.lytovchenko@REDACTED
Sat Sep 20 16:58:56 CEST 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140920/3fc0c36a/attachment.htm>


More information about the erlang-questions mailing list