<div dir="ltr">Hello,<div><br></div><div>It is not possible to trace on what is called "guard bifs", i.e. functions in the erlang module that can be used in guards. For a full list of which those function are see: <a href="http://erlang.org/doc/reference_manual/expressions.html#id84459">http://erlang.org/doc/reference_manual/expressions.html#id84459</a>.</div><div><br></div><div>Lukas</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 9, 2016 at 11:56 PM, nato <span dir="ltr"><<a href="mailto:nbartley@umail.iu.edu" target="_blank">nbartley@umail.iu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Are BIFs such as `length/1` part of the erlang module, or do BIFs live<br>
somewhere else then get masqueraded ...<br>
<br>
I am trying to trace functions like these with dbg, and nothing is yielded.<br>
For example, I am trying the following with no success...<br>
<br>
1> dbg:tracer(), dbg:p(all, c).<br>
2> dbg:tpl(erlang, length, x).<br>
3> erlang:length( [] ). %% or simply `length([]).`<br>
<br>
Or, are my above dbg flags leaving the erlang module out... or... confused.<br>
______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
</blockquote></div><br></div>