Skip to content

Issue with c-array of a type that has a type view #500

@Strewya

Description

@Strewya

I have a type array<T> that i made a type view for like this: array<?> -> rows($, Capacity, Count, array(Data, Count))
In my project, i have a struct with the following member; array<upgrade_info> Upgrades[stage_Count];
When i go to view that member, it looks like this:
Image

So the type is correctly deduced as can be seen in the type column, but the watch window doesn't correctly expand this to a 5 element c-array of the type view i set up.
Manually viewing an individual c-array element does work:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions