Skip to content

After upgrade from v0.77.0 to v0.78.0 can't debug tests #1915

@rubensa

Description

@rubensa

After upgrade 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
  1. Open a maven project with JUnit tests
  2. 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)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions