erlide is an open source Erlang IDE based on Eclipse.
Questions tagged [erlide]
38 questions
0
votes
2 answers
Why does Erlang run configuration in Eclipse IDE stop at 57%?
I am starting out Erlang in Win 7 64 bit box and I was able to use Erlang IDE just fine and since I am used to Eclipse I wanted to use Erlide with Eclipse. I am following running project document on erlide I was able to follow along. (Except step…

Nair
- 7,438
- 10
- 41
- 69
0
votes
1 answer
Error creating Erlang project on eclipse through Erlide plugin
I ran into trouble when trying to install the Erlide plugin in eclipse for Erlang using the guide below:
"myadventuresincoding.wordpress.com/2009/02/11/erlang-getting-started-and-using-eclipse/"
and I have successfully installed Erlang on my PC and…

JShmay
- 172
- 1
- 6
- 18
0
votes
1 answer
Erlang process gets stuck
Im working on erlang for the first time. everytime i try to run the erlang process it gets stuck and does not take input. Im using erlide plugin in eclipse to test the erlang code.
CODE IS::
-module(message_router).
%%…

Prajun Adhikary
- 637
- 1
- 6
- 8
0
votes
1 answer
Some suggestions when debugging an erlang program (on Erlide)
I want to debug my erlang project, and i have some problem in my work.
The goal of my project is playing a card game on internet. For now, i'm just running all the threads on the same machine (4 clients and the server), and i can't understand in…

optimusfrenk
- 1,271
- 2
- 16
- 34
0
votes
1 answer
Console no output when running a thread of Erlang in eclipse
I'm a newbie of Erlang. The IDE worked well until I tied to create my first concurrent programme by using spawn method.
If I type commend like "tut15:start()" to start a thread which should output a string, the console will not show anything.
I…

NCHEN
- 11
- 2
0
votes
2 answers
Does Erlide ( Erlang IDE on Eclipse ) work well with source control systems ( Git or SVN )?
I've been working on several projects involving Erlang in Eclipse ( using the Erlide plugin ) and dealing with erlang is somehow problematic in such IDE since it is hard to visualize the set of changes across all erlang source files that were…

gextra
- 8,439
- 8
- 40
- 62
0
votes
1 answer
Eclipse freezes when erlide tries to run
I'm just getting started with erlide, using a fresh install of Eclipse Juno and erlide. I've used erlang on my system (64-bit Fedora) from the command-line, so I'm just trying to make the switch. I started with R15B, and have upgraded to R15B02…

Don Branson
- 13,631
- 10
- 59
- 101
0
votes
1 answer
ErlIDE and console output support
How can I view my io:format(…) output in ErlIDE? Is it supported or not? I can't figure it out.
My breakpoints and a code work fine but nothing except
Eshell V5.9.1
(erlhttp@ONIXNB)1>
is displayed on the console. Additionally I can't execute any…

o_nix
- 1,146
- 1
- 16
- 30