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
Setup:
I have connected an Erlang node to ErlyBerly. Set a trace for a function. Whenever the function is called, a trace is listed in the Trace window.
Operation Performed:
I double clicked on a trace.
Expected Output:
As per README.md, "Double click on a trace to see a breakdown of the arguments and results of the function call".
Exception:
Exception in thread "JavaFX Application Thread" java.lang.ClassCastException: com.ericsson.otp.erlang.OtpErlangString cannot be cast to com.ericsson.otp.erlang.OtpErlangList
at erlyberly.TraceLog.getModFunc(TraceLog.java:335)
The text was updated successfully, but these errors were encountered:
Setup:
I have connected an Erlang node to ErlyBerly. Set a trace for a function. Whenever the function is called, a trace is listed in the Trace window.
Operation Performed:
I double clicked on a trace.
Expected Output:
As per README.md, "Double click on a trace to see a breakdown of the arguments and results of the function call".
Exception:
Exception in thread "JavaFX Application Thread" java.lang.ClassCastException: com.ericsson.otp.erlang.OtpErlangString cannot be cast to com.ericsson.otp.erlang.OtpErlangList
at erlyberly.TraceLog.getModFunc(TraceLog.java:335)
The text was updated successfully, but these errors were encountered: