Debugger Setup for Elixir via Intellij

I’ve been trying to setup a debugger for an elixir application via intellij, but I have been encountering a

19:21:54.181 [error] ** :"debugged76537fa8-d8a3-4865-98e9-52d4bca4417c@127.0.0.1": Connection attempt from node :"debugger76537fa8-d8a3-4865-98e9-52d4bca4417c@127.0.0.1" rejected since it cannot handle [‘BIG_CREATION’].**

error everytime that I run the debug action on intellij. It works fine when I run the run action.

3 Likes

I am experiencing the same, have recently logged https://github.com/KronicDeth/intellij-elixir/issues/1805.

1 Like

Just to complete the circle here it was pointed out on GitHub that @katebushgg had already logged a ticket on this one, which you can find at https://github.com/KronicDeth/intellij-elixir/issues/1784.

1 Like