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
Upon launching debug either per launch.json or Spring Boot Dashboard, VSCode jumps to Class.class here.
I don't event get to the Spring Boot Output in the Terminal which would normally happen. The terminal only shows the command that VSCode executes to launch Java. This "C:program Java jdk-21 jav.exe -gentlib.... .argfile ...." then it stops there and jumps to the error.
Once continued I get java.lang.IllegalArgumentException in getKeyStore of Class.class
And it would take me for ever to screenshot and mention every following Exception which happens afterwards.
Everything worked perfectly fine before that. It happened from one debug session to another. I tested with a freshly generated maven-quickstart project and debug there worked perfectly fine.
What worked:
Running and debugging in IntelliJ
My Coworker tried it in their VSCode and it worked for them
Upon launching debug either per launch.json or Spring Boot Dashboard, VSCode jumps to
Class.class
here.I don't event get to the Spring Boot Output in the Terminal which would normally happen. The terminal only shows the command that VSCode executes to launch Java. This "C:program Java jdk-21 jav.exe -gentlib.... .argfile ...." then it stops there and jumps to the error.
Once continued I get
java.lang.IllegalArgumentException
ingetKeyStore
ofClass.class
And it would take me for ever to screenshot and mention every following Exception which happens afterwards.
Everything worked perfectly fine before that. It happened from one debug session to another. I tested with a freshly generated maven-quickstart project and debug there worked perfectly fine.
What worked:
What I tried:
Infos:
launch.json
{ "name": "Launch App", "type": "java", "request": "launch", "envFile": "${workspaceFolder}/.env", "mainClass": "com.agb.app.MyApp", "projectName": "MyApp" },
v0.58.0
1.95.0
(user setup)The text was updated successfully, but these errors were encountered: