运行rebar3 compile
,然后./_build/default/rel/api/bin/api console
,
然后在erlang shell中尝试使用dbg
我得到了。
m(dbg).
** exception error: undefined function dbg:module_info/0
in function c:m/1 (c.erl, line 508)
有任何线索如何解决?我究竟做错了什么?我在rebar3 new release api
之后做的唯一一件事就是添加一些基本功能就是为jiffy应用一个叠加来正确编译。
(正在运行erl
我有dbg
模块)
有什么建议吗?
谢谢!
legoscia下面的评论工作得很好!只需在rebar.config
中添加relx配置即可。谢谢!