You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Since this tutorial was written, the appmon application has been removed from Erlang. It can be replaced with observer.
These steps might help:
Delete the "{app, gs, [{incl_cond, include}]}" and "{app, observer,
[{incl_cond, include}]}" lines from reltool.config and add a "{app, observer,
[{incl_cond, include}]}" line instead. (So that we use observer instead of
appmon.)
Change the {incl_cond, exclude} line to {incl_cond, derived}, so that the
dependencies of observer are automatically calculated.
Following section 2 instructions.
The text was updated successfully, but these errors were encountered: