kraleppa
I’m happy to announce LiveDebugger v0.1.0! ![]()
LiveDebugger is a browser-based tool for debugging LiveView applications, designed to enhance your development experience. It gives you:
A detailed view of your LiveComponents tree
The ability to inspect assigns for LiveViews and LiveComponents
Tracing of their callback executions
The idea for LiveDebugger came up while developing a large-scale LiveView application for a client - we faced some challenges in tracking state changes and component interactions.
We plan to continue developing LiveDebugger, with new features like highlighting LiveComponents on the way. We’d love your feedback to help improve this tool for everyone!
Trending in Announcing
You may know https://ui.shadcn.com/, a UI component library for React. I really love it’s design style and components. I’ve built some co...
New
Hey everyone!
Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
The repo is at GitHub - cyberchitta/openai_ex: Community maintained Elixir library for OpenAI API · GitHub.
Docs are at OpenaiEx User Gu...
New
The Chelekom project is a library of Phoenix and LiveView components generated via Mix tasks to fit developer needs seamlessly.
One of i...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Other Trending Topics
I am seeing a lot of aplications of Argumentum ad Vericundiam in software discussions. They do link some piece of writing and point us to...
New
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
I was thinking since Goatmire Elixir turned out pretty good I should maybe do another one. 30th of Sep - 2nd of Oct this year./
The firs...
New
Latest Phoenix Threads
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Terbium-135
Looks very promising to me. I had a look at it a week ago after it was mentioned in the Thinking Elixir podcast
kraleppa
Check out our new blog post about LiveDebugger with a detailed introduction and list of upcoming features!
https://medium.com/swmansion/introduction-to-livedebugger-a-tool-for-debugging-phoenix-liveview-apps-bf7e56ab00fb
kraleppa
Check out the first sneak peek of upcoming features in LiveDebugger v0.2.0
In this version, we plan to release features that will make your life much easier, including component highlighting and an option to run LiveDebugger in Chrome DevTools.
The second sneak peek will be published next week, and we will show you new callback filters and dark mode.
LiveDebugger v0.2.0 will be published in early May. Stay tuned for more!
kraleppa
Catch the second sneak peek of the upcoming LiveDebugger v0.2.0 features
In this video you will see how we implemented callbacks filtering and brand new dark mode
kraleppa
LiveDebugger v0.2.0 is out!
I’m happy to share that today, we released LiveDebugger v0.2.0. This version includes a set of features that we hope will have a big positive impact on your developer experience, such as component highlighting or support for the Chrome DevTools extension.
Also, we’ve already defined the scope for v0.3.0 - check our roadmap for details.
If you have any questions, ideas, or bug reports, feel free to create an issue, create a new thread on discussions, or write to us on the LiveDebugger channel on elixir-lang Slack.
kraleppa
LiveDebugger v0.3.0 Released!
The newest version of LiveDebugger is here, packed with powerful new features:
Happy debugging!
kraleppa
LiveDebugger v0.4.0 is here
In this release we focused on refactor and made some big changes to the code architecture that will speed up future development. Besides that we added a set of new features:
Inspect mode
Phrase searching in callback traces
Smoother debugging across reloads & errors
https://youtu.be/UxCUEC4Op6A
Our repo: https://github.com/software-mansion/live-debugger
benregn
Can you expand on this point?
Does it help with debugging LV crash loops for example? I find it hard currently to use LiveDebugger when there is a LV crash loops because I cannot click the debugger button.
KezuLan
In LiveDebugger we are tracing LiveView processes and when there is a crash or navigate, then the process dies and new one is taking its place. In 0.4.0 we’ve improved the system of finding “successor” process and it should give you overall a better experience.
Regarding debugging endless loops remember that you can open LiveDebugger in a separate window (port defaults to 4007 so it should be localhost:4007). Nevertheless if the reloads are fast then the ActiveLiveViews page is also reloading since the refresh is triggered on new LiveView process being born.
We will look more into “endless crash reload” debugging and how to improve it.
Thank you for your feedback
kraleppa
Dear LiveDebugger users!
We’ve got a tiny favor to ask - could you take a minute to fill out this short survey?
It’s all about how you use LiveDebugger and what we can do to make it better
Thanks in advance for your time and input!