Victor Yacovlev

Results 1 comments of Victor Yacovlev

The same problem in Idea 2016.1 on Linux x86_64: To reproduce create simple Erlang module: ``` -module(mymodule). -export([start/0]). start() -> io:format("Hello, World!"). ``` Got: ``` /usr/lib64/erlang/bin/erl -pa /tmp/intellij_erlang_debugger_1 -pa /home/victor/Yandex.Disk/simple_erl_run/out/production/simple_erl_run...