microsoft / microsoft/vscode-java-debug
Prompt two same error messages in the right corner
未关闭
还没有人认领这个 Issue。
ai-triaged
bug
ux
- 主要语言
- TypeScript
- 星标
- 591
- 派生
- 429
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 19
描述
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

贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用 Person.java 第 28 行和 HelloWorld$1.run() 调用堆栈复现项目 25.restartFrame 的问题。从 Restart Frame 操作及其错误通知处理开始;当重复的错误消息不再出现在右角时即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- devtools
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100