Runtime_tools Release Notes
Runtime_tools 1.1.2
Improvements and new features
-
New functions in the module
dbg
:
flush_trace_port
, stop_trace_client
.
There is a new option
follow_file
for trace_client
.
Own Id: OTP-3471
Aux Id: OTP-3427
-
Call tracing is greatly improved. It is now possible to
trace local function calls (and calls to local functions)
set up with the erlang:trace_pattern BIF. Trace compilation
for local call is no longer needed.
New functions in the module
dbg
: h
, tpl
,
ctpl
, ctpg
. tp
now
only traces global functions - use tpl
to trace global
and local.
Own Id: OTP-3518
There are also release notes for older versions.