From owner-freebsd-questions@FreeBSD.ORG Sat Oct 22 21:52:06 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 C3E1E16A41F for ; Sat, 22 Oct 2005 21:52:06 +0000 (GMT) (envelope-from M.Waldowski@poczta.sulechow.net) Received: from sulechow.net (sulechow.net [194.116.248.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE3043D45 for ; Sat, 22 Oct 2005 21:52:05 +0000 (GMT) (envelope-from M.Waldowski@poczta.sulechow.net) Received: from localhost (localhost [127.0.0.1]) by sulechow.net (Postfix) with ESMTP id BE69141AA10; Sat, 22 Oct 2005 23:52:04 +0200 (CEST) Received: from sulechow.net ([127.0.0.1]) by localhost (sulechow [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13742-05; Sat, 22 Oct 2005 23:52:04 +0200 (CEST) Received: from [10.2.1.39] (nat2-014.sulechow.net [194.116.249.14]) by sulechow.net (Postfix) with ESMTP id 9802E41A9FC; Sat, 22 Oct 2005 23:52:04 +0200 (CEST) Message-ID: <435AB49E.2060606@poczta.sulechow.net> Date: Sat, 22 Oct 2005 23:52:30 +0200 From: Marcin Waldowski User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: pl, en-us, en MIME-Version: 1.0 To: vittorio References: <200510222207.20034.vdemart1@tin.it> In-Reply-To: <200510222207.20034.vdemart1@tin.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by mks-vir (http://www.mks.com.pl) at sulechow.net 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: Sat, 22 Oct 2005 21:52:06 -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? > Ciao > Vittorio Check out Eclipse platform with CDT plugin: http://www.eclipse.org/cdt/ which has a great debuger With LeakTracert for checkig memory leaks you have almost everything for c++ developement. Best regards, Marcin