In Windows 10, when running a Java 1.8 application with runtime path ending with `bin`, the debugger will throw exception below. ```json { "java.configuration.runtimes": [ { "name": "JavaSE-1.8", "path": "C:\\Program Files\\Java\\jdk1.8.0_251\\bin" } ] } ``` 