microsoft / microsoft/vscode-java-debug
Streams Debug [Feature Request]
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
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.
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
Start by reading discussion 1218, which contains the original request; the issue names no source files, tests, or debugger entry points. Map where Java expression evaluation and stream debugging would be implemented, then define completion as showing values before and after each filter, map, or other stream-chain operation during a debugging session.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100