Debugging
Debugging
Section titled “Debugging”Debugging is easy with Rhyolite’s modern toolchain and clear error messages.
- Use
DEBUG=1orDEBUG=trueto enable verbose logging - Check stack traces for the source of errors
- Use your editor’s built-in debugger for step-through debugging
- Use VS Code or WebStorm for best-in-class TypeScript debugging
- Use browser devtools for theme/plugin UI debugging
Troubleshooting
Section titled “Troubleshooting”- See Common Issues and Error Explanations