We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java debugger cannot launch with "javaExec": "java.bat" option.
"javaExec": "java.bat"
java.bat
javaExec
"%JAVA_HOME%\bin\java.exe" %*
.vscode/launch.json
"javaExec"
{ "version": "0.2.0", "configurations": [ { "type": "java", "name": "Test", "request": "launch", "mainClass": "Test", "javaExec": "${workspaceFolder}/java.bat" } ] }
sample project - java-report.zip
error logs, but it seems it does not helpful.
notificationsAlerts.ts:42 spawn EINVAL c @ notificationsAlerts.ts:42 (anonymous) @ notificationsAlerts.ts:28 B @ event.ts:1230 C @ event.ts:1241 fire @ event.ts:1265 addNotification @ notifications.ts:228 notify @ notificationService.ts:253 (anonymous) @ mainThreadMessageService.ts:86 f @ mainThreadMessageService.ts:51 $showMessage @ mainThreadMessageService.ts:45 S @ rpcProtocol.ts:458 Q @ rpcProtocol.ts:443 M @ rpcProtocol.ts:373 L @ rpcProtocol.ts:299 (anonymous) @ rpcProtocol.ts:161 B @ event.ts:1230 fire @ event.ts:1261 fire @ ipc.net.ts:652 K.onmessage @ localProcessExtensionHost.ts:378
No error.
it worked yesterday but it failed today.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Java debugger cannot launch with
"javaExec": "java.bat"
option.Environment
Steps To Reproduce
java.bat
forjavaExec
.vscode/launch.json
with"javaExec"
optionsample project - java-report.zip
error logs, but it seems it does not helpful.
Current Result
Expected Result
No error.
Additional Informations
it worked yesterday but it failed today.
The text was updated successfully, but these errors were encountered: