📄️ 1. Debugger Overview
The FactsDB Debugger is an essential companion tool for development. It provides an unparalleled, real-time view into the entire state of the FactsDB system while your game is running. Using it effectively can drastically reduce the time it takes to diagnose bugs, verify logic, and balance gameplay without relying on scattered Print String nodes or breakpoints.
📄️ 2. Hierarchy & Details Panels
The Hierarchy and Details panels are the primary tools you'll use for inspecting and interacting with your game's state in real-time.
📄️ 3. Query Explorer
The Query Explorer is a dedicated environment within the FactsDB Debugger for analyzing, debugging, and live-testing your data-driven queries. It helps you understand exactly why a query returns true or false in any given situation.
📄️ 4. Schema Explorer
The Schema Explorer is an editor-time tool within the FactsDB Debugger designed to give you a clear and interactive view of your project's Fact Schema definitions. It is the central place to understand schema inheritance, discover all facts available within a schema, and trace any fact back to its source UDataTable asset.
📄️ 5. Diagnostic Panels
Beyond inspecting the current state, the FactsDB Debugger provides several powerful diagnostic panels to help you understand how your data changes over time, catch logical errors, and monitor performance.
📄️ 6. Asset Browser
The Asset Browser panel within the FactsDB Debugger is a specialized view of your project's Content Browser, designed to help you quickly find and open the source assets that define your facts and queries.