Closed Hu1buerger closed 10 months ago
Thank you! This is most likely an issue with your Erlang installation. Was it also installed via homebrew? Sometimes it requires additional flags to enable wx, make sure those were passed.
Works on my machine (MacOS Sonoma 14.1.2)
iex
Erlang/OTP 26 [erts-14.1.1] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Interactive Elixir (1.16.0-rc.1) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> :debugger.start
{:ok, #PID<0.114.0>}
BTW @Hu1buerger any particular reason you need raw OTP debugger over ElixirLS debug adapter?
Closing this for now, as the issue is most likely upstream. If you answer the questions above, we will be happy to guide you to doing a report upstream. Thank you!
Thank you! This is most likely an issue with your Erlang installation. Was it also installed via homebrew? Sometimes it requires additional flags to enable wx, make sure those were passed.
Yes erlang was installed by homebrew as dependency of elixir
Elixir and Erlang/OTP versions
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns] [dtrace]
Elixir 1.15.7 (compiled with Erlang/OTP 26)
Operating system
MacOS Sonoma 14.1.2 (23B92)
Current behavior
Expected behavior
Expected that
:debugger:start()
returns a pid