microsoft / microsoft/vscode-java-debug
Streams Debug [Feature Request]
未关闭
还没有人认领这个 Issue。
feature request
stream
ux
- 主要语言
- TypeScript
- 星标
- 591
- 派生
- 429
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 19
描述
Discussed in https://github.com/microsoft/vscode-java-debug/discussions/1218
Originally posted by fravemel-upvnet September 12, 2022
First of all thanks, I use the debugger on daily bases, and I like it.
It would be nice to be able to debug java Streams (filter, map...) watch values on each iteration and the output of each function applied to the stream. I mean Trace values before and after each step in the Stream Chain.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读讨论 1218,其中包含原始请求;该 issue 没有指定源文件、测试或调试器入口点。确定 Java 表达式求值和流调试应在哪里实现,然后将完成定义为:在调试会话期间显示每个过滤器、map 或其他流链操作前后的值。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100