Questions tagged [werl.exe]

The Erlang Emulator on windows

On Windows, the preferred way to start the Erlang system for interactive use is:

werl.exe

This will start Erlang in its own window, with fully functioning command-line editing and scrollbars.

See: http://erlang.org/doc/man/werl.html

2 questions
3
votes
0 answers

Writing Arabic or Hebrew characters to IEx command prompt with the --WERL switch on Windows crashes intermittently

I have been battling with this issue for a while now. Writing Arabic or Hebrew characters to IEx console on Windows (IEx --werl -S mix) crashes intermittently. If I click on debug and attach to a Visual Studio Session, I can click continue and it…
Charles Okwuagwu
  • 10,538
  • 16
  • 87
  • 157
2
votes
0 answers

How to set werl.exe window size and position in the .erlang configuration file?

Does anyone know if there is anyway to set the windows size and position for werl.exe in the .erlang config file? Or set it to keep the position from last time? I have already configured the starting directory and found a cool IO effect. So my…
Skillzore
  • 748
  • 7
  • 21