Skip to content
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

Breakpoint not working with spybean annotation #1423

Open
raulvaldoleirospowerdot opened this issue Dec 29, 2023 · 2 comments
Open

Breakpoint not working with spybean annotation #1423

raulvaldoleirospowerdot opened this issue Dec 29, 2023 · 2 comments

Comments

@raulvaldoleirospowerdot

It looks like when using the spybean annotation from junit jupyter the breakpoints don't work.
When I remove the annotation the breakpoint start working.

Environment
  • Operating System: Mac
  • JDK version: 21
  • Visual Studio Code version: 1.85.1
  • Java extension version: v0.25.15 (extension pack)
  • Java Debugger extension version: v0.55.0
Steps To Reproduce
  1. Open attached project in vscode (with java extension pack)
  2. Add breakpoint to lala method of b/src/main/java/test/b/BasicService.java
  3. Run the test method of junit class a/src/test/java/test/a/SimpleTest.java

testmultimoduledebug.zip

Current Result

The test don't stop on the breakpoint

Expected Result

The test stop on the breakpoint

@LucioC
Copy link

LucioC commented Jan 2, 2024

Seeing similar issue here too

@e-dong
Copy link

e-dong commented Sep 18, 2024

See issue redhat-developer/vscode-java#3653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants