microsoft / microsoft/vscode-java-debug

Breakpoint not working with spybean annotation

Open
#1,423 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

ai-triaged bug
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
  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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.