vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Streams Debug [Feature Request]

Open testforstephen opened this issue 1 year ago • 0 comments

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.

testforstephen avatar Sep 13 '22 13:09 testforstephen