From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 00:36:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DF316A41F for ; Sun, 23 Oct 2005 00:36:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C88743D45 for ; Sun, 23 Oct 2005 00:36:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a083.otenet.gr [212.205.215.83]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9N0a4DH018392; Sun, 23 Oct 2005 03:36:05 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9N0YU53098643; Sun, 23 Oct 2005 03:34:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9N0YUBe098642; Sun, 23 Oct 2005 03:34:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 23 Oct 2005 03:34:30 +0300 From: Giorgos Keramidas To: vittorio Message-ID: <20051023003430.GB98548@flame.pc> References: <200510222207.20034.vdemart1@tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510222207.20034.vdemart1@tin.it> Cc: freebsd-questions@freebsd.org, netbsd-users@netbsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 00:36:11 -0000 On 2005-10-22 22:07, vittorio wrote: > Working usually under kde I'm looking for something similar to the > llc-win32 program under ms-windows - that is a development environment > where you can edit your c++ program, compile it, debug it step by > step, and finally run it in a suitable window. > I tried the nice editor kate which allows to compile the file only. No > debugging, no running. > Is there anything of the kind of llc-win32? I'm using Emacs as my IDE for years now. It's not exactly what someone who is used to windowing environments would call a "GUI IDE", but it can do the following: - Edit the source code (with syntax highlighting if need be) - Compile (with the hit of a single key, once configured) - Parse compiler output and move to the file/line of an error, then to the next error, etc. - Interactively debug C, C++, Perl, Python, or LISP programs, line by line -- working as a "control program" for GNU gdb and that's only a minor subset of the features it has.