From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: andrea Newsgroups: gmane.emacs.help Subject: Re: gud settings Date: Mon, 28 Dec 2009 10:51:39 +0100 Message-ID: References: <19255.61632.613571.776387@totara.tehura.co.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1261994145 22740 80.91.229.12 (28 Dec 2009 09:55:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 09:55:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 28 10:55:38 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NPCK8-0006Y5-TW for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Dec 2009 10:55:37 +0100 Original-Received: from localhost ([127.0.0.1]:59298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPCK8-0003xI-Vd for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Dec 2009 04:55:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPCJk-0003x5-5Q for help-gnu-emacs@gnu.org; Mon, 28 Dec 2009 04:55:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPCJe-0003wd-Q8 for help-gnu-emacs@gnu.org; Mon, 28 Dec 2009 04:55:10 -0500 Original-Received: from [199.232.76.173] (port=50207 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPCJe-0003wa-Kx for help-gnu-emacs@gnu.org; Mon, 28 Dec 2009 04:55:06 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:33541) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NPCJd-0002LG-VM for help-gnu-emacs@gnu.org; Mon, 28 Dec 2009 04:55:06 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NPCJb-0006Mj-DX for help-gnu-emacs@gnu.org; Mon, 28 Dec 2009 10:55:03 +0100 Original-Received: from host9-106-dynamic.45-79-r.retail.telecomitalia.it ([79.45.106.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Dec 2009 10:55:03 +0100 Original-Received: from andrea.crotti.0 by host9-106-dynamic.45-79-r.retail.telecomitalia.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Dec 2009 10:55:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host9-106-dynamic.45-79-r.retail.telecomitalia.it User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:yrNUK48tJIZq/btfVCjmnx43qXQ= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70903 Archived-At: nickrob@snap.net.nz (Nick Roberts) writes: > > I was trying to use gud (I need at least gdb and pdb) but I'm not able > > to abilitate the multi-window setting. > > gdb-many-windows only works with M-x gdb You give no clues, not even > the version of Emacs that you are using. It must be at least Emacs > 22.1 and you mustn't delete the option "--annotate=3" from: > > Run gdb (like this): gdb --annotate=3 myprog > > I suggest you read the section on "Debuggers" in the Emacs manual. Yes you're right sorry I wasn't very clear. GNU Emacs 23.1.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2009-09-16 on neutron.local I've normally used gnu-gdb because simply gdb didn't work, I get this error now running *gdb --annotate=3 myprog*: --8<---------------cut here---------------start------------->8--- error-begin Undefined command: "9-break-list". Try "help". error pre-prompt prompt --8<---------------cut here---------------end--------------->8---