How to add debugger app in the rebar.config in MongooseIM?
0 I am using MAC OS 10.14 with MongooseIM. I want to use debugger in MongooseIM. When I execute im(). in MongooseIm shell, I get the following error: Call to i:im/0 in application debugger failed. ok I can verify that I can run im(). in the erlang shell $ erl . It seems I have to enable the debugger in the MongooseIM but I don't know how to do that. I failed to find it in Erlang/Ejabberd/MongooseIM docs. I have also read the following related to this : Call to i:im() in application debugger failed in mongooseim https://github.com/esl/MongooseIM/issues/1788 As per the second URL, I need to add debugger app in the rebar.config in MongooseIM but I don't know how, please help. debugging erlang ejabberd mongoose-im share | improve this question asked Nov 15 '18 at 6:01 Shubham1164 Shubham1164 73 1 7 I am using $ sudo /Users/MAC/Documents/Workspace/MongooseIm/MongooseIM/_build/prod/rel/mongooseim/bin/mongooseimctl live to st...