This document describes the changes made to the Runtime_Tools application.
erlang:spawn_monitor/1,3
,
and the new option monitor
for
spawn_opt/2,3,4,5
.observer_backend
module has been updated to
handle the new BIFs.Added the runtime part of the Inviso tracer, see the new Inviso application for more information. This also meant adding an application callback module and an application supervisor tree for Runtime_Tools.
dbg
manual page has been updated with information
about how to avoid deadlock when tracing.
-D_THREAD_SAFE
and
-D_REENTRANT
switches on unix when the emulator has
thread support enabled.-lbundle1.o
switch anymore. Thanks to
Sean Hinde who sent us a patch.Makefile
improvements in Runtime_Tools.