-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
microsoft/java-debug
#374Labels
Description
After upgrade vscode-java from v0.77.0 to v0.78.0 can't debug tests, only execute them
Environment
- Operating System: Linux
- JDK version: 11
- Visual Studio Code version: 1.55.2
- Java extension version: 0.78.0
Steps To Reproduce
- Open a maven project with JUnit tests
- Try run the test in debug mode
Current Result
An error message appears and the test can't be run
Expected Result
Test is run stopping at any break point
Additional Informations
I I downgrade to version 0.77.0 everything works as expected.
The error message in the log is:
java.lang.NoSuchMethodError: 'void org.eclipse.jdi.internal.connect.ConnectorImpl$StringArgumentImpl.<init>(org.eclipse.jdi.internal.connect.ConnectorImpl, java.lang.String, java.lang.String, java.lang.String, boolean)'
Reactions are currently unavailable