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
I don't have a minimized project to reproduce, but frequently in the specific setup of my private project, I can't evaluate some expressions due to this exception:
Cannot evaluate because of java.io.IOException: Is a directory.
but in the same breakpoint, other expressions work (maybe its whenever its not reflection based?
The text was updated successfully, but these errors were encountered:
I saw this message in another crash during a debugging session that wasn't specifically the expression evaluator, but still the debug adapter - which was the scala compiler complaining that it couldn't create a source file from the abstract file given as input because it is a directory - the path was some temporary file created for the scala-debug-adapater it seemed
I don't have a minimized project to reproduce, but frequently in the specific setup of my private project, I can't evaluate some expressions due to this exception:
but in the same breakpoint, other expressions work (maybe its whenever its not reflection based?
The text was updated successfully, but these errors were encountered: