Overview of LiveDebugger features
mainLiveDebugger is a browser-based tool designed for debugging Phoenix LiveView applications. Once running (defaulting to http://localhost:4007), it provides the following capabilities:
- LiveComponents tree: Visualize the hierarchy of your components.
- Assigns inspection: View the current state of assigns.
- Callback tracing: Trace and filter the execution of callbacks.
- Element inspection: Inspect DOM elements within the context of LiveView.