Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double click on a trace throws an exception #181

Open
bhuvanplus opened this issue Mar 8, 2023 · 0 comments
Open

Double click on a trace throws an exception #181

bhuvanplus opened this issue Mar 8, 2023 · 0 comments

Comments

@bhuvanplus
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant