Closed GloriousPtr closed 1 year ago
~Watch window can't find inline static variable.~ Hovering on static variable doesn't work.
Declaration: inline static Renderer3DData* s_Data;
inline static Renderer3DData* s_Data;
Edit1: Watch window displays it correctly with proper namespace. Hovering doesn't work though.
This behavior appears to be a bug in Clang. Will probably need to add a work around for this as it still isn't fixed. Closing as a duplicate as this is captured in #213. In any case, I appreciate the report!
~Watch window can't find inline static variable.~ Hovering on static variable doesn't work.
Declaration:
inline static Renderer3DData* s_Data;
Edit1: Watch window displays it correctly with proper namespace. Hovering doesn't work though.