Open
Description
Describe the bug
The debugger crashes with the error:
init terminating in do_boot ({{badmatch,{error,{1,erl_scan,{_}},1}},[{init,start_it,1,[{_},{_}]},{init,start_em,1,[{_},{_}]},{init,do_boot,3,[{_},{_}]}]})
...
Error in process <0.9.0> on node '[email protected]' with exit value:
{{badmatch,{error,{1,erl_scan,{string,39,[]}},1}},
[{init,start_it,1,[{file,"init.erl"},{line,1228}]},
{init,start_em,1,[{file,"init.erl"},{line,1220}]},
{init,do_boot,3,[{file,"init.erl"},{line,910}]}]}
t,3,[{file,"init.erl"},{line,910}]}]}}
To Reproduce
Steps to reproduce the behavior:
- Install the plugin in Intellij
- Run a elixir configuration in debugging
Expected behavior
Debugger should have started and attach to the process.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop:
- OS: [e.g. Windows 11]
- Version [e.g. 10.14.3]
Erlang:
- Installer: windows .msi
- Version: 25
Elixir:
- Installer: Windows .msi
- Version: 1.14.2
Plugin:
- Version: 13.2.1
Additional context
I have read some threads that the issue might be related with the import of the Elixir and Erlang SDK, but I have checked the imports and found no issue with my SDK configuration.