From user-return-12630-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Sep 13 22:31:43 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 92119 invoked from network); 13 Sep 2010 22:31:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Sep 2010 22:31:43 -0000 Received: (qmail 26061 invoked by uid 500); 13 Sep 2010 22:31:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 25989 invoked by uid 500); 13 Sep 2010 22:31:41 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 25981 invoked by uid 99); 13 Sep 2010 22:31:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Sep 2010 22:31:41 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of konnew@gmx.de designates 213.165.64.42 as permitted sender) Received: from [213.165.64.42] (HELO mailout-eu.gmx.com) (213.165.64.42) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 13 Sep 2010 22:31:33 +0000 Received: (qmail invoked by alias); 13 Sep 2010 22:31:11 -0000 Received: from ip-141-31-178-243.nat.selfnet.de (EHLO [10.2.8.145]) [141.31.178.243] by mail.gmx.com (mp-eu003) with SMTP; 14 Sep 2010 00:31:11 +0200 X-Authenticated: #25153446 X-Provags-ID: V01U2FsdGVkX1/dUphrGivdLkb8q4sc1vsRShBbGknjZQufFYVJWg zKewpYNT4WUGB3 Message-ID: <4C8EA630.9030102@gmx.de> Date: Tue, 14 Sep 2010 00:31:12 +0200 From: Konstantin Weitz Reply-To: konnew@gmx.de User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.9) Gecko/20100825 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Erlang Development Environment Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Hi all, On my path to gain unlimited wisdom, I'm working on get a better understanding of couchdb. I'm especially interested in (the) erlang (impelementation). I got the svn version installed and running on my ubuntu 10.4 and followed the code through a couple of files, but it is rather stressfull to io:format out everything and recompile to keep track of my current location. What Development Setups do you use? Especially a debugger, which I could use to step throught the code, would be nice (I tryed using the one that one can start using debugger:start(), but it seems to be very unrelaxed to compile every single module with debugging info and attach it to the debugger by hand). Any input on how to do this would be great. {"name": "Konstantin Weitz"}