2017-10-21-how-to-connect-and-debug-elixir-or-phoenix-app-at-heroku.md How to connect and debug Elixir or Phoenix App at Heroku? Heroku has a great feature called heroku ps:exec which allows you to connect to running nodes. You can use this command to connect your elixir nodes easily. And debug your nodes like in your network. Step 1 Let's start with Procfile To run a named app at heroku your proc