How to debug Elixir with erlangs GUI debugger on Ubuntu-based linux? – Debian
I installed Erlang and Elixir as recommended in the Elixir documentation for Ubuntu & Debian. The results of running elixir -v: Erlang/OTP 24 [erts-12.2.1] [source] [64-bit] [smp:32:32] [ds:32:32:10] [async-threads:1] [jit] Elixir 1.13.0 (compiled with Erlang/OTP 24) When I enter iex…