Evaluation failed because the thread is not suspended

前端 未结 1 1698
名媛妹妹
名媛妹妹 2021-01-06 14:41

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

相关标签:
1条回答
  • 2021-01-06 15:19

    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".

    0 讨论(0)
提交回复
热议问题