dbg
dbg
Module
dbg
Module summary
The Text Based Trace Facility
Description
This module implements a text based interface to the trace/3
and the trace_pattern/2
BIFs. It makes it possible to trace functions, processes and messages on text based terminals. It can be used instead of, or as complement to, the pman
module.
For some examples of how to use dbg
from the Erlang shell, see the simple example
section.
The utilities are also suitable to use in system testing on large systems, where other tools have too much impact on the system performance. Some primitive support for sequential tracing is also included, see the advanced topics
section.