[erlang-questions] debugging remote node
Scott Lystig Fritchie
fritchie@REDACTED
Thu Feb 25 23:21:24 CET 2010
Vlad, could you be a bit more specific about what you're trying to do?
Things like the shell's built-in function "nl(ModuleName)." don't
require ModuleName.beam to sit on all machines, IIRC. It just needs to
be accessible by & loaded into the node that is executing the shell.
On a maybe-related, maybe-not-related topic, I've become a big, big fan
of the "redbug" package for tracing on both local and remote nodes.
(Ask Google Code for the source's location.)
-Scott
More information about the erlang-questions
mailing list