microsoft / microsoft/vscode-java-debug
Breakpoint not working with spybean annotation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
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
- Open attached project in vscode (with java extension pack)
- Add breakpoint to lala method of b/src/main/java/test/b/BasicService.java
- Run the test method of junit class a/src/test/java/test/a/SimpleTest.java
Current Result
The test don't stop on the breakpoint
Expected Result
The test stop on the breakpoint
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the attached testmultimoduledebug.zip and reproduce the issue in VS Code using a breakpoint in b/src/main/java/test/b/BasicService.java while running a test from a/src/test/java/test/a/SimpleTest.java. Compare debugging with and without the spybean annotation; done means the test stops at the lala method breakpoint when the annotation is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, vscode
- Domain
- devtools, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100