Describe the bug
When I debug code that needs some environment variables, they are not found.
When I run automated tests with the very same configuration template, the variables are found.
To Reproduce
Steps to reproduce the behavior:
Set variables in the Mix Exunit template
run test > works
debug test > failes due variable not found
Expected behavior
variables are found and code is debugged
Screenshots
Logs
Error: ** (Mix) The database for Module.TestRepo couldn't be created: %RuntimeError{message: "killed"}
Describe the bug When I debug code that needs some environment variables, they are not found. When I run automated tests with the very same configuration template, the variables are found.
To Reproduce Steps to reproduce the behavior:
Expected behavior variables are found and code is debugged
Screenshots
Logs Error: ** (Mix) The database for Module.TestRepo couldn't be created: %RuntimeError{message: "killed"}
Commands: test:
.... /private/var/folders/jp/j9dq9kv929s_nwklmhm3q4kh0000gq/T/intellij_elixir148/exunit/1.6.0/team_city_ex_unit_formatting.ex -r /private/var/folders/jp/j9dq9kv929s_nwklmhm3q4kh0000gq/T/intellij_elixir148/exunit/1.6.0/team_city_ex_unit_formatter.ex /Users/felipelopez/.asdf/installs/elixir/1.10.4-otp-23/bin/mix test --formatter TeamCityExUnitFormatter test/***_test.exs:60
debug:
/private/var/folders/jp/j9dq9kv929s_nwklmhm3q4kh0000gq/T/intellij_elixir2677/exunit/1.6.0/team_city_ex_unit_formatting.ex -r /private/var/folders/jp/j9dq9kv929s_nwklmhm3q4kh0000gq/T/intellij_elixir2677/exunit/1.6.0/team_city_ex_unit_formatter.ex /Users/felipelopez/.asdf/installs/elixir/1.10.4-otp-23/bin/mix do intellij_elixir.debug, test --formatter TeamCityExUnitFormatter test/***_test.exs:60 --trace
Desktop:
Erlang:
Elixir:
Plugin: