Jason

Results 2 issues of Jason

Right now it seems that struct members are only highlighted red upon change whenever that struct is expanded within the value sub-window within the watch window. This makes sense as...

Type: Enhancement
Priority: 4 (Medium)
Component: Watch Window

I often have structs with unions of many different representations: ``` struct vec3 { union { struct { float x, y, z; } struct { float u, v, w; }...

Type: Enhancement
Priority: 5 (Medium)
Component: Watch Window