[erlang-questions] running debugger fails

Gordon Guthrie gguthrie@REDACTED
Tue Jul 21 13:43:57 CEST 2015


Weide

The syntax is:

debugger:start().

debugger colon start () full stop

debbuger:start means the function start exported from the module debugger

Gordon


> Le 21 juil. 2015 à 06:48, weoccc <weoccc@REDACTED> a écrit :
> 
> Hi, 
> 
> I am new to erlang and I am running mongooseIM app and want to do some debugging on local server. 
> 
> I tried to follow the tutorial as show here : http://www.erlang.org/doc/apps/debugger/debugger_chapter.html <http://www.erlang.org/doc/apps/debugger/debugger_chapter.html>
> 
> but get some error: 
> 
> Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [kernel-poll:false]
> 
> Eshell V6.2  (abort with ^G)
> 1> debugger.start().
> * 1: syntax error before: '.'
> 1> debugger:start().
> {error,{undef,[{wx,new,[],[]},
>                {dbg_wx_mon,init,3,[{file,"dbg_wx_mon.erl"},{line,113}]}]}}
> 
> Any idea how to fix those ?
> 
> Thx, 
> 
> Weide 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150721/11a4cf75/attachment.htm>


More information about the erlang-questions mailing list