-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
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
Debugger for Java suddenly can't run #399
Comments
@bobjiang1988 Can you put your pom.xml and the launch.json here? |
Your problem is lacking of snake yaml dependency, please add the following dependency
The java -jar target/demo-0.0.1-SNAPSHOT.jar is another way of launching different with our ways(we use target/classes as the class path rather than the demo-0.0.1-SNAPSHOT.jar, you can delete demo-0.0.1-SNAPSHOT.jar to see whether vscode java can be debug-able). |
@andxu It's ok now. Thanks! |
tomcat has the reference to snakeyaml |
@bobjiang1988 , it is a bug caused by my change, see #402, you would not need to add it in next release |
I have asked here
Environment
The text was updated successfully, but these errors were encountered: