You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: