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
As the test command make common_test_test ARGS="-suite ct_netconfc_SUITE" continue to execute, I see three different nodes listed in the ErlyBerly GUI namely ct, test_server, node1.
Error
When tried to connect to the node ct, I get an error “Cannot connect to the peer node”. Why is this error coming?
In fact, I am able to trace another sample Erlang application (not a ct module) using Tracing applications such as ErlyBerly, Debugger.
The text was updated successfully, but these errors were encountered:
I am trying to trace/debug ct_netconfc module in order to understand its internals.
I tried the ErlyBerly tracing application as mentioned below. But I could not Trace the module. Please help me resolve the issue.
Setup
I started a Erlang shell and started the test command
make common_test_test ARGS="-suite ct_netconfc_SUITE"
as follows.bhuvan@vm-alarm:~/git/otp$ erl -sname node1
I started ErlyBerly application as follows.
As the test command
make common_test_test ARGS="-suite ct_netconfc_SUITE"
continue to execute, I see three different nodes listed in the ErlyBerly GUI namely ct, test_server, node1.Error
When tried to connect to the node ct, I get an error “Cannot connect to the peer node”. Why is this error coming?
In fact, I am able to trace another sample Erlang application (not a ct module) using Tracing applications such as ErlyBerly, Debugger.
The text was updated successfully, but these errors were encountered: