[erlang-questions] relx and observer pain
Ahmad Baitalmal
ahmad@REDACTED
Wed Apr 16 04:54:49 CEST 2014
I can run observer just fine from the plain erl shell.
In my relx project console, however, I'm doing
_rel/bin/tomato console
then
observer:start().
it just hangs there, no ui, nothing. It holds shell until I CTRL+C.
I see the Erlang App start on my Doc (OSX Mavericks, R17.0) but nothing
happens. I get stuck.
debugger:start().
works just fine.
Here is my relx.config
{release, {tomato, "1"}, [tomato,observer,wx,debugger,compiler]}.
Is there something i'm not including? Thx
--
Ahmad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140415/59ded99a/attachment.htm>
More information about the erlang-questions
mailing list