From owner-freebsd-questions@FreeBSD.ORG Sat Sep 6 03:16:04 2003 Return-Path: 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 CE97316A4C0 for ; Sat, 6 Sep 2003 03:16:04 -0700 (PDT) Received: from zasran.com (zasran.com [198.144.206.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id A100243FEC for ; Sat, 6 Sep 2003 03:16:03 -0700 (PDT) (envelope-from steffl@bigfoot.com) Received: from bigfoot.com (localhost [127.0.0.1]) by zasran.com (Postfix) with ESMTP id EFB801D641 for ; Sat, 6 Sep 2003 03:16:02 -0700 (PDT) Message-ID: <3F59B3E2.4070106@bigfoot.com> Date: Sat, 06 Sep 2003 03:16:02 -0700 From: Erik Steffl User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2 X-Accept-Language: en-us, sk, cs, ru MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <002e01c3745c$71640760$5686ebd5@Vanovci> In-Reply-To: <002e01c3745c$71640760$5686ebd5@Vanovci> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Vim and C code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 10:16:04 -0000 Martin Vana wrote: > Hi, > I would like to do some more advanced editing of my C programs in Vim, > like to go through program step by step or to have 'watch' on some of > variables. All I've achieved now is syntax highlighting and Quickfix with you need a debugger for this, probably gdb with some gui frontend (I like ddd) erik