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

Expr evaluator in Java file: throws ClassNotFoundException: pack.ExpressionXYZ #663

Open
sjrd opened this issue Feb 19, 2024 · 1 comment

Comments

@sjrd
Copy link
Contributor

sjrd commented Feb 19, 2024

When debugging, find a stack frame that comes from a .java file. The one I ran into was scala.runtime.function.JProcedure. Try to evaluate an expression that cannot be evaluated by the run-time evaluator (I tried t1, which does not work because the argument names are not stored for that class apparently). You get the following exception:

"java.lang.ClassNotFoundException: scala.runtime.function.Expression5e0a2f97f1024c0c82cba6267c14bfc8"
@adpi2
Copy link
Member

adpi2 commented Feb 28, 2024

Not sure why but I did not manage to reproduce this bug:
image

Can you try to reproduce it on the latest version of sbt-debug-adapter (4.0.2)?

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

2 participants