Vscode-java-debug: Support "Logical Structure" for debug variables

Created on 30 Jan 2018  路  3Comments  路  Source: microsoft/vscode-java-debug

Eclipse supports "Logical Structure" for debug variables, where things like Lists and Maps display as lists of values instead of the internal structure of, say, ArrayList or LinkedHashMap. Eclipse has preferences for these under Java > Debug > Logical Structures. There are several built in, and you can add your own.

It would be really nice for this project to support them too, ideally with preferences for creating your own.

feature request

Most helpful comment

@dgileadi thanks for reporting. We'll see what we can do here.

@andxu please investigate.

All 3 comments

@dgileadi thanks for reporting. We'll see what we can do here.

@andxu please investigate.

Looking forward to have this!

The new release 0.18.0 has enabled 'Logical Structure' view for Map and Collection variables. Please have a try.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mentaloaf picture mentaloaf  路  6Comments

radu-ion picture radu-ion  路  5Comments

srfrnk picture srfrnk  路  5Comments

khe817 picture khe817  路  4Comments

isidorn picture isidorn  路  4Comments