Debugging
By the end of this guide, you will:
-
Enable
debug: trueto validate Ractor shareability and warn about callables missing Command::Custom -
Use RatatuiRuby’s breakpoint debugging features in an MVU context
-
Inspect Model state at any point in execution
-
Use Ruby’s Logger gem for file logging when stdout is unavailable
-
Log messages in your Update function to trace application flow
⚠️ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.
Troubleshooting: Common Errors | Performance