[erlang-questions] Update trace flags after function return

Vladimir Gordeev gordeev.vladimir.v@REDACTED
Tue Mar 20 09:09:10 CET 2018


I know that I can apply tracing flags to executing process right after
start of the call,
for example like that:

    erlang:trace_pattern({erlang, get, 1}, [{['_'], [], [{trace, [], [call,
timestamp]}]}], [meta]).

Is there a way to apply flags right after return of the call?

Say I want to extensively trace that particular function and nothing else.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180320/4e18cbee/attachment.htm>


More information about the erlang-questions mailing list