[Erlang Systems]

dbg

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

fun2ms(LiteralFun) -> MatchSpec

h() -> ok

h(Item) -> ok

p(Item) -> {ok, MatchDesc} | {error, term()}

p(Item, Flags) -> {ok, MatchDesc} | {error, term()}

c(Mod, Fun, Args)

c(Mod, Fun, Args, Flags)

i() -> ok

tp(Module,MatchSpec)

tp(Module,Function,MatchSpec)

tp(Module, Function, Arity, MatchSpec)

tp({Module, Function, Arity}, MatchSpec) -> {ok, MatchDesc} | {error, term()}

tpl(Module,MatchSpec)

tpl(Module,Function,MatchSpec)

tpl(Module, Function, Arity, MatchSpec)

tpl({Module, Function, Arity}, MatchSpec) -> {ok, MatchDesc} | {error, term()}

ctp()

ctp(Module)

ctp(Module, Function)

ctp(Module, Function, Arity)

ctp({Module, Function, Arity}) -> {ok, MatchDesc} | {error, term()}

ctpl()

ctpl(Module)

ctpl(Module, Function)

ctpl(Module, Function, Arity)

ctpl({Module, Function, Arity}) -> {ok, MatchDesc} | {error, term()}

ctpg()

ctpg(Module)

ctpg(Module, Function)

ctpg(Module, Function, Arity)

ctpg({Module, Function, Arity}) -> {ok, MatchDesc} | {error, term()}

ltp() -> ok

dtp() -> ok

dtp(N) -> ok

wtp(Name) -> ok | {error, IOError}

rtp(Name) -> ok | {error, Error}

n(Nodename) -> {ok, Nodename} | {error, Reason}

cn(Nodename) -> ok

ln() -> ok

tracer() -> {ok, pid()} | {error, already_started}

tracer(Type, Data) -> {ok, pid()} | {error, Error}

tracer(Nodename, Type, Data) -> {ok, Nodename} | {error, Reason}

trace_port(Type, Parameters) -> fun()

flush_trace_port()

flush_trace_port(Nodename) -> ok | {error, Reason}

trace_port_control(Operation)

trace_port_control(Nodename,Operation) -> ok | {ok, Result} | {error, Reason}

trace_client(Type, Parameters) -> pid()

trace_client(Type, Parameters, HandlerSpec) -> pid()

stop_trace_client(Pid) -> ok

get_tracer()

get_tracer(Nodename) -> {ok, Tracer}

stop() -> stopped

stop_clear() -> stopped

Simple examples - tracing from the shell

Advanced topics - combining with seq_trace

AUTHORS


runtime_tools 1.3
Copyright © 1991-2002 Ericsson Utvecklings AB