microsoft / microsoft/vscode-java-debug

Streams Debug [Feature Request]

Open
#1,219 0 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request stream ux
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.