Skip to content

Debugging a LiveStore app

When working on a LiveStore app you might end up in situations where you need to debug things. LiveStore is built with debuggability in mind and tries to make your life as a developer as easy as possible.

Here are a few things that LiveStore offers to help you debug your app:

  • OpenTelemetry integration for tracing / metrics
  • Devtools for inspecting the state of the store
  • Store helper methods

The store exposes a _dev property which contains a few helpers that can help you debug your app.

  • Use the step debugger