It seems invoking im()
. after invoking ./bin/mongooseim debug
shell fails with message "call to i:im/0 in application debugger fails". However, when I do it typical Erlang shell, it opens up the window correctly. Any idea why ?
相关问题
- Get Offline Messages From XMPP Without Becoming On
- Is “new” in Erlang part of the official standard a
- how to create a keep-alive process in Erlang
- ejabberd and Erlang installation with lager_transf
- Encrypt (cryptojs) - Decrypt (erlang)
相关文章
- How do I modify a record in erlang?
- Check active timers in Erlang
- undefined function maps:to_json/1
- How to convert datetime() to timestamp() in Erlang
-
How to join multiple rooms by just sending one
- what good orm api will work well with scala or erl
- GC performance in Erlang
- When to “let it crash” and when to defend the code
There is several reasons starting debugger graphical interface could fails:
As an example, I tried on my local computer and it worked fine:
It even worked with ejabberd binary installer after adding the debugger component for Erlang R17B-5 in
INSTALLER_DIR/lib/
. The component you need to add to binary installer to use the graphical debugger are:debugger
andwx
. Just copied those two dir and it worked.