Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging not working on windows #2949

Open
jmSfernandes opened this issue Dec 13, 2022 · 0 comments
Open

Debugging not working on windows #2949

jmSfernandes opened this issue Dec 13, 2022 · 0 comments

Comments

@jmSfernandes
Copy link

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 'debuggedff426a51-d623-48c1-9298-503625243c66@127.0.0.1' 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:

  1. Install the plugin in Intellij
  2. 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.

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants