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.
_______________________________________________
erlang-questions mailing list
[hidden email]
http://erlang.org/mailman/listinfo/erlang-questions