Call to i:im() in application debugger failed in ejabberd

荒凉一梦 提交于 2019-12-24 21:18:20

问题


I'm trying to debug ejabberd. I have compiled the files with debug_info. I start ejabberd, then use ejabberd debug to get into the shell. Once in there, running im() produces "Call to i:im() in application debugger failed". I can't figure out what's causing this. Any ideas on how to debug?

Edit

I've tried running this in just the erl shell independent of ejabberd and it still fails. So it looks like it's related to my erlang setup as opposed to a problem with my ejabberd setup.


回答1:


Foolish me: apt-get install erlang-debugger solved the problem.



来源:https://stackoverflow.com/questions/7375041/call-to-iim-in-application-debugger-failed-in-ejabberd

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!