-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
Description
While debugging I can see variable values. However, if it's a long array, it doesn't fit into the watch window. I would want to see its size right away - sometimes it's sufficient with no need to scroll and check every element. We may consider showing types for variables, that way we can put the size there. I.e.
i : Int = 5
mask : Bool[8] = [false, false, false, false, false, false, false, true]