Introducing LiveDebugger: A New Tool for Debugging LiveView Applications

Introducing LiveDebugger: A New Tool for Debugging LiveView Applications

LiveDebugger is a tool designed to enhance the development experience for LiveView applications by offering a browser-based interface. It provides detailed views of LiveComponents, allows inspection of assigns, and includes tracing for callback executions. The tool is easy to integrate by adding it to your application dependencies in mix.exs and setting up some initial configuration to enable additional browser features.

Visit Original Article →