I recently released an early alpha of ElixirLS, an IDE “smartness” server for Elixir. It powers an associated VS Code plugin and includes debugger integration. More on that here. Debugging in Elixir or Erlang is a little different than in other languages, so there are a few things you should know. You need Erlang >= OTP 19As mentioned in this post, you’re going to need Erlang version OTP 19 or hig
