Packages

Erlang Tracing Debugger

Retired package: Deprecated - Obsolated

Current section

Files

Jump to
shiguredo_redbug src redbug.app.src
Raw

src/redbug.app.src

{application,redbug,
[{description,"Erlang Tracing Debugger"},
{pkg_name,shiguredo_redbug},
{vsn,"2022.2.0"},
{applications,[kernel,stdlib,runtime_tools]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/shiguredo/redbug"}]}]}.