From owner-freebsd-questions@FreeBSD.ORG Sat Sep 6 06:25:02 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 72EC116A4BF for ; Sat, 6 Sep 2003 06:25:02 -0700 (PDT) Received: from www.bluecirclesoft.com (cvg-65-26-145-190.cinci.rr.com [65.26.145.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA9143F3F for ; Sat, 6 Sep 2003 06:25:01 -0700 (PDT) (envelope-from marc.ramirez@bluecirclesoft.com) Received: from www.bluecirclesoft.com (localhost [127.0.0.1]) h86DP0ax063160; Sat, 6 Sep 2003 09:25:00 -0400 (EDT) (envelope-from mrami@bluecirclesoft.com) Received: from localhost (mrami@localhost)h86DOxfa063157; Sat, 6 Sep 2003 09:24:59 -0400 (EDT) X-Authentication-Warning: www.bluecirclesoft.com: mrami owned process doing -bs Date: Sat, 6 Sep 2003 09:24:58 -0400 (EDT) From: Marc Ramirez To: Martin Vana In-Reply-To: <002e01c3745c$71640760$5686ebd5@Vanovci> Message-ID: <20030906092258.U73827@www.bluecirclesoft.com> References: <002e01c3745c$71640760$5686ebd5@Vanovci> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org 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 13:25:02 -0000 On Sat, 6 Sep 2003, 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 > :make command. I know there is EMACS somewhere out there, and > other more complex enviroments, but I would like to stay with Vim, which > I presonally like. > A link to some tutorial would be exactly what I need. > Thanx This would not be a function of Vim, you'll need to move to another program, like gdb: http://www.delorie.com/gnu/docs/gdb/gdb_toc.html -- Marc Ramirez Blue Circle Software Corporation 513-688-1070 (main) 513-382-1270 (direct) http://www.bluecirclesoft.com http://www.mrami.com (personal)