KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.82k stars 153 forks source link

Debugger cannot attach to process. #3484

Open MichaelJThomas-2016 opened 8 months ago

MichaelJThomas-2016 commented 8 months ago

Describe the bug

When attempting to run my project via the debugger, the console repeatedly claims:

[error] ** :"debugged24394476-74e2-4b87-885d-4c0a2af02d2a@127.0.0.1": Connection attempt from node :"debugger24394476-74e2-4b87-885d-4c0a2af02d2a@127.0.0.1" rejected since it cannot handle [~c"V4_NC", ~c"UNLINK_ID"].**

Which is weird because it will run it normally.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior The server to start up normally

Screenshots

Screenshot 2023-12-13 at 7 31 37 PM

Logs Just endless logs of ^.

Desktop:

Erlang:

Elixir:

Plugin:

nykolaslima commented 8 months ago

looks like it has something to do with the OTP version. in OTP 26 the DFLAG_V4_NC is mandatory and is causing this error

@KronicDeth any tips on how to solve it? I could open a PR if I have some instructions :)