macOS Big Sur 11.3.1
elixir 1.9.4
erlang 22.0
I am brand new to Elixir and I am trying to run a debugger for the first time. I run my webserver's development environment with iex -S mix
and get the interactive elixir prompt. Then I type :debugger.start()
and receive an immense output and then erlang crashes.
This is a small snippet, but the actual output is huge.
== NULL" failed in Register(): Class "wxTextValidator" already in RTTI table - have you used IMPLEMENT_DYNAMIC_CLASS() multiple times or linked some object file twice)?
I have to use the versions listed at the top of the post, the project is version locked. Does anyone have any insight into what is causing this? It may be related to what I had to do to install erlang to begin with. But I'm not sure.
Thank you in advance.