From owner-freebsd-questions@FreeBSD.ORG Sat Oct 22 20:07:33 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 408C916A41F for ; Sat, 22 Oct 2005 20:07:33 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4229743D72 for ; Sat, 22 Oct 2005 20:07:32 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from [192.168.10.8] (87.3.227.47) by vsmtp14.tin.it (7.2.060.1) (authenticated as vdemart1@tin.it) id 43593CC00005EA5D; Sat, 22 Oct 2005 22:07:27 +0200 From: vittorio To: freebsd-questions@freebsd.org Date: Sat, 22 Oct 2005 22:07:19 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510222207.20034.vdemart1@tin.it> Cc: netbsd-users@netbsd.org Subject: 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 20:07:33 -0000 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