intellij-elixir
intellij-elixir copied to clipboard
Debugger cannot attach to process.
Describe the bug
When attempting to run my project via the debugger, the console repeatedly claims:
[error] ** :"[email protected]": Connection attempt from node :"[email protected]" 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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior The server to start up normally
Screenshots
Logs Just endless logs of ^.
Desktop:
- OS: macoOS Ventura
- Version 13.0
Erlang:
- Installer homebrew
- Version 14.0.2
Elixir:
- Installer homebrew
- Version 1.15.7
Plugin:
- Version 15.1.0
Additional context Add any other context about the problem here.
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 :)