Getting Started with Debby
Debby is a powerful runtime debugger for Unity built with UI Toolkit. It provides developers with essential debugging tools accessible during testing and runtime, making it easier to identify and fix issues without leaving your build.

Features
Built-in Modules
- Console Module: View and filter Unity logs in real-time
- Adjust Module: Modify variables and invoke methods at runtime
- Hierarchy Module: Inspect and modify the scene hierarchy
- System Module: View detailed system and device information
- Profile Module: Monitor performance metrics with real-time graphs
- Report Module: Send detailed bug reports with screenshots
Custom Modules
Debby allows you to create your own custom modules when you need a more tailored solution than what is provided out of the box. Learn how to build custom modules in the Custom Modules Guide.
Custom Styles
You can attach a custom USS stylesheet to customize the look and feel of Debby any way you like.
Layouts
Debby provides portrait, landscape (optimized for mobile devices), and desktop layouts and adapts to any screen size / aspect ratio.