Current section
Files
Jump to
Current section
Files
src/edbg.app.src
{application,edbg,
[{description,"TTY interface to the Erlang debugger and tracer"},
{vsn,"0.9.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{mod,{edbg_app,[]}},
{maintainers,[]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/etnt/edbg"}]}]}.