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
Andy Till edited this page Apr 2, 2016
·
1 revision
Modules can be loaded from the code paths at start up so they are shown in the modules tree ready for tracing. All the code paths known to the node are filtered using the regular expression in the loadModulesRegex property in the .erlyberly configuration file. The beam files in the matched apps ebin directory are loaded if they are not already.
For example.
loadModulesRegex=.*riak.*
This will load all beams where the app file path has riak in it.