Skip to content

Debugging

Debugging is easy with Rhyolite’s modern toolchain and clear error messages.

  • Use DEBUG=1 or DEBUG=true to 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