<div dir="ltr">Hi!<div><br></div><div>You have to specify first which processes are going to be traced, and how. dbg:p(self(), [c]), fpr example.</div><div><br></div><div>best regards,</div><div>Vlad</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 12, 2014 at 11:45 AM, Leo Liu <span dir="ltr"><<a href="mailto:sdl.web@gmail.com" target="_blank">sdl.web@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br>
<br>
In dbg's reference manual, there is this example, which I cannot<br>
replicate:<br>
<br>
    (x@y)4> dbg:tp(lists,sort,cx).<br>
    {ok,[{matched,nonode@nohost,2},{saved,cx}]}<br>
    (x@y)4> lists:sort([2,1]).<br>
    (<0.32.0>) call lists:sort([2,1]) ({erl_eval,do_apply,5})<br>
    (<0.32.0>) returned from lists:sort/1 -> [1,2]<br>
    [1,2]<br>
<br>
My shell session:<br>
<br>
    (devel@localhost)1> dbg:tracer().<br>
    {ok,<0.2100.0>}<br>
    (devel@localhost)2> dbg:tp(lists, sort, cx).<br>
    {ok,[{matched,devel@localhost,2},{saved,cx}]}<br>
    (devel@localhost)3> lists:sort([2,1]).<br>
    [1,2]<br>
<br>
Note there are no trace outputs in my shell session. Ideas?<br>
<br>
Thanks,<br>
Leo<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>