Bug when inspecting forward declared struct

Hi,
I love remedybg's speed and it works most of the time but I recently noticed that I cannot inspect some type of variables. Here is an example.
I have a struct Fiber declared in the header and its defition in the cc file (see screenshots). When inspecting a value of type struct Fiber *, I can only see the members of it's base class List_Node< Fiber >.



Can you confirm that this is a bug or am I missing something?

Edited by TheMole on
Thanks for letting me know. I've made a note to take a look.