terrafx / terrafx.interop.windows

Interop bindings for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many structs are difficult to work with in the debugger

rickbrew opened this issue · comments

Take for example D2D_MATRIX_3X2_F , it just shows up with {float} and you can't see into it at all to verify that the values are correct. No expanders, no nothing, it just won't show you the values.

I'm not sure why the debugger can't grok into these ¯_(ツ)_/¯

image

I take that back, you can read them if you expand into the anonymous structs

image

However, more compact forms would be "nice to have"

I'm going to go ahead and close this, it's kind of a nebulous request :)