[erlang-questions] remote debuging
Dmitry Kolesnikov
dmkolesnikov@REDACTED
Sat Feb 18 19:28:05 CET 2017
Hello,
>
> Could you say here is described how debug remote host?
The concept is called Erlang Remote Shell. Here is a discussion how to connect to the node
http://erlang.2086793.n4.nabble.com/Attaching-a-shell-to-a-running-node-td2090834.html
> Is this possible if remote host not have wx libs?
Yes, just use command line
> Is this possible when application on remote host generated by release tools.
Yes, you might need to pay special attention to include libraries required for debugging.
E.g. you might need to explicitly include runtime_tools, debugger, etc.
- Dmitry
> On Feb 18, 2017, at 7:40 PM, Sergey Safarov <s.safarov@REDACTED> wrote:
>
> Could you say here is described how debug remote host?
> Is this possible if remote host not have wx libs?
> Is this possible when application on remote host generated by release tools.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list