more logs
diff --git a/include/rive/artboard.hpp b/include/rive/artboard.hpp
index c497e72..e0049d3 100644
--- a/include/rive/artboard.hpp
+++ b/include/rive/artboard.hpp
@@ -102,10 +102,6 @@
     bool m_didChange = true;
     Artboard* parentArtboard() const;
     ArtboardHost* m_host = nullptr;
-
-#ifdef WITH_RECORDER
-static bool isDebug;
-#endif
     static uint64_t sm_frameId;
     bool sharesLayoutWithHost() const;
     void cloneObjectDataBinds(const Core* object,
@@ -134,6 +130,9 @@
 
 public:
     static uint64_t frameId() { return sm_frameId; }
+#ifdef WITH_RECORDER
+    static bool isDebug;
+#endif
 #ifdef TESTING
     static void incFrameId() { sm_frameId++; }
 #elif WITH_RIVE_TOOLS