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

Support hierarchical display of array values

Open mforkel opened this issue 11 months ago • 0 comments

It is possible to enter arrays and hash arrays in the watch list to show their values, keys, and size, e.g. ${hasharray[@]}, ${!hasharray[@]}, and ${#hasharray[@]}. Currently, values and keys are display as one string. It would be great if array variables were recognized as arrays and one could "open" the in the watch list to show their elements one by one.

mforkel avatar Mar 15 '24 09:03 mforkel