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
While debugging metals. I stumbled upon a weird error.
> url
$ URL@185 "file:/home/lucasn/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.13.11/scala-reflect.jar"
> 1+1
$ Cannot evaluate because of java.lang.Exception: Unsupported evaluation in JDK: zulu17.32.13-ca-jdk17.0.2-linux_x64
url is a local variable. It happened when an exception was thrown and the "uncaught" and "caught" exceptions breakpoints were ticked (I did not reached any of the breakpoints I placed), so maybe it's just because the VM is in a wrong state ?
The text was updated successfully, but these errors were encountered:
While debugging metals. I stumbled upon a weird error.
url
is a local variable. It happened when an exception was thrown and the "uncaught" and "caught" exceptions breakpoints were ticked (I did not reached any of the breakpoints I placed), so maybe it's just because the VM is in a wrong state ?The text was updated successfully, but these errors were encountered: