The implementation of sequential tracing is in beta status. This means that the programming interface still might
seq_trace
seq_trace
Module
seq_trace
Module summary
Sequential Tracing of Messages
Description
Sequential tracing makes it possible to trace all messages resulting from one initial message. Sequential tracing is completely independent of the ordinary tracing in Erlang, which is controlled by the erlang:trace/3
BIF. See the chapter What is Sequential Tracing
below for more information about what sequential tracing is and how it can be used.
seq_trace
provides functions which control all aspects of sequential tracing. There are functions for activation, deactivation, inspection and for collection of the trace output.
Note