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, watches display "Cannot evaluate because of compilation error(s): ......". This is annoying, and actually the same issue seems to prevent conditional breakpoints from working. This seems to occur whenever an inner class is present within the method.
Environment
Operating System: Microsoft Windows [Version 10.0.19042.1348]
JDK version: jdk-11.0.12
Visual Studio Code version: 1.62.3 (user setup)
Java extension version: Java(TM) by Red Hat v1.1.0
Java Debugger extension version: v0.37.0
Steps To Reproduce
Create the slightly modified "Hello World" by copy / pasting the code below.
While debugging, watches display "Cannot evaluate because of compilation error(s): ......". This is annoying, and actually the same issue seems to prevent conditional breakpoints from working. This seems to occur whenever an inner class is present within the method.
Environment
Steps To Reproduce
Current Result
Expected Result
msg.length() should evaluate to a number.
Additional Informations
If I move the "class Position {}" so that it is no longer an inner class then the debugger seems to work correctly.
The text was updated successfully, but these errors were encountered: