users! I have a problem with my Microsoft VS Code. When i run my code with method
System.in.read()
i have a problem \"Evaluation failed b
I'm a chinese student and i had the same problem. I found a solution in baidu.
The built-in debugging console of vscode does not support java input. So you need to modify the debug console in the debug configuration file (launch.json), just modify the console property from "internalConsole" to "integratedTerminal" or "externalTerminal".