microsoft / microsoft/vscode-java-debug
Prompt two same error messages in the right corner
Open
Nobody has claimed this yet.
ai-triaged
bug
ux
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
Environment
- Operating System: Win10/Mac/Linux
- JDK version: 11.0.7/13.0.2/14.0.2
- Visual Studio Code version: 1.47.2
- Java extension version: 0.64.1
- Java Debugger extension version: 0.27.0
Steps To Reproduce
- Open project 25.restartFrame in vscode.
- Set breakpoint: Person.java line 28
- Press F5 to start debug.
- The program stopped at the Person.java line 28
- Open the debug view, find the call stack of current breakpoint
- Right click the HelloWorld$1.run(), choose Restart Frame.
Current Result

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
Reproduce the issue with project 25.restartFrame using Person.java line 28 and the HelloWorld$1.run() call stack. Start from the Restart Frame action and its error notification handling; done means the duplicate error messages no longer appear in the right corner.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100