x13pixels / remedybg-issues

Public repository for tracking issues (bugs and features) for the RemedyBG debugger
85 stars 0 forks source link

Broken for inline static variable #290

Closed GloriousPtr closed 1 year ago

GloriousPtr commented 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_variable

Edit1: Watch window displays it correctly with proper namespace. Hovering doesn't work though.

x13pixels commented 1 year ago

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!