Posted on August 4, 2010, 9:29 am, by xp, under
Programming.
In this post, I’m going to describe how to debug Erlang code within Emacs. We had installed and configured all the tools necessary, and have written our first Erlang “Hello world” program. Since the code-compile-debug is an important cycle, sooner or later, you will need to step into your code to debug it. Therefore, you [...]
Erlang is great platform, however, if you want to develop Erlang programs, the best development environment is probably Emacs at this point. In this post, I’m describing the tools you need, and how to set up to develop Erlang codes. The OS is assumed to be Debian-based Linux (mine is Ubuntu 10.04). First, make sure [...]
After using Eclipse almost exclusively for Java programming in the last 7 years, and put up with its different problems, which seem to pile up over the years, I finally took a jump and installed NetBeans 6.8 to see how it’s doing recently. The event that triggered the switch was an upgrade from Ubuntu 9.10 [...]
Tags:
Anjuta,
C/C++,
CodeBlocks,
Eclipse,
Emacs,
Java,
Netbeans,
Oracle,
SCM,
SWT,
Ubuntu 4 Comments |
Read the rest of this entry »