dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.62k stars 109 forks source link

Debugging & Tracing Elixir Applications / Phoenix Channels #82

Open nelsonic opened 6 years ago

nelsonic commented 6 years ago

While trying to debug Phoenix Channels to understand how they work, I found these articles by @zorbash:

They are both worth a read if you are ever attempting to debug Elixir in general and Phoenix channels in particular.