[erlang-questions] Debug help
Nick S
nick.sfx.1@REDACTED
Sat Jun 25 13:39:57 CEST 2011
Hi,
I would like to write a separate module, which would catch/indicate, when
some functions are executed in other modules.
For example,
otp/gen_server
handle_call(new_msg,...) %% do not catch this line
handle_call(....) -> %% catch this line i.e. when all
above conditions doesn't match.
Which debug tool would be best for my needs?
Also would like to include some timing measurements, later on.
Nick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110625/90a90683/attachment.htm>
More information about the erlang-questions
mailing list