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

VSCode Java debugger can't show List (size >= 2)

Open jackwener opened this issue 3 years ago • 0 comments

[provide a description of the issue]

Environment
  • Operating System: macOS
  • JDK version: 1.8
  • Visual Studio Code version: 1.70.1
  • Java extension version: v1.9.0
  • Java Debugger extension version: v0.43.0
Steps To Reproduce

When debug, unzip the RegularImmutableList (item >= 2).

Print usingStream: Format specifier '%s'

Current Result

image

Expected Result

we can see the item in List

Additional Informations

jackwener avatar Aug 22 '22 05:08 jackwener