Binding System 2
  • Welcome
  • Product
    • Binding Values
    • Minimal UI
    • Pinning Fields
    • Extending the System
      • Bind Class
      • Converters
      • Modifiers
        • List of Available Modifiers (WIP)
      • Bind Rerouting
      • Accessor Providers
    • Demo
    • Settings
    • Troubleshooting
      • Errors Visualization
      • Live Debug
      • Path Value Preview
      • Refactoring
      • Bindings Dependencies
    • Reserializer
    • Performance
    • FAQ
    • External Extensions
      • Odin Inspector
    • ‼️Upgrading from Version 1
  • Change log
    • Changes from version 1
  • Third Party Licenses
Powered by GitBook
On this page

Was this helpful?

  1. Product
  2. Troubleshooting

Live Debug

PreviousErrors VisualizationNextPath Value Preview

Last updated 6 months ago

Was this helpful?

During runtime, the BindingSystem provides a Live Debug functionality. This feature allows you to inspect each value phase, including the application of converters and modifiers, providing valuable insights into the data flow within the system. The LiveDebug can be enabled either from the Bind Menu or by holding CTRL (CMD on Mac) and clicking the BindMode toggle. Live Debug should handle any type of data.

LiveDebug can catch exceptions and show them in a user-friendly way. By clicking on the exception, a popup will appear with more details.

Live Debug for colors
Live Debug for strings