Skip to content

I want to see array size in debugger #2645

@DmitryVasilevsky

Description

@DmitryVasilevsky

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]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions