microsoft / microsoft/java-debug
Support "Suspend VM" and "Suspend Thread" Breakpoint Modes
未关闭
还没有人认领这个 Issue。
ai-triaged
enhancement
- 主要语言
- Java
- 星标
- 409
- 派生
- 204
- 平均合并
- 1 天 13 小时
- 30 天内合并 PR
- 4
描述
I propose we support the Java breakpoint suspend modes by adding the "breakpointModes" capability and honoring when breakpoints are set.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 Java 调试服务器中的能力协商和断点设置路径,重点关注 DAP breakpointModes 能力。检查设置断点时,请求的挂起模式如何表示以及如何得到遵循。完成标准是正确公布并应用 Suspend VM 和 Suspend Thread 模式。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100