From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.help Subject: gdb Date: Tue, 06 Apr 2010 18:08:55 -0400 Message-ID: <84bpdwcjyg.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270591782 27362 80.91.229.12 (6 Apr 2010 22:09:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Apr 2010 22:09:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 07 00:09:39 2010 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.69) (envelope-from ) id 1NzGxn-0004G9-70 for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Apr 2010 00:09:39 +0200 Original-Received: from localhost ([127.0.0.1]:55673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzGxm-0008S1-2A for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Apr 2010 18:09:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzGxN-0008Qy-Sp for help-gnu-emacs@gnu.org; Tue, 06 Apr 2010 18:09:13 -0400 Original-Received: from [140.186.70.92] (port=40306 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzGxJ-0008PC-R9 for help-gnu-emacs@gnu.org; Tue, 06 Apr 2010 18:09:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzGxI-00042b-GY for help-gnu-emacs@gnu.org; Tue, 06 Apr 2010 18:09:09 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:50609) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzGxI-00042S-9C for help-gnu-emacs@gnu.org; Tue, 06 Apr 2010 18:09:08 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NzGxD-00040k-QM for help-gnu-emacs@gnu.org; Wed, 07 Apr 2010 00:09:03 +0200 Original-Received: from static-68-236-176-143.ny325.east.verizon.net ([68.236.176.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Apr 2010 00:09:03 +0200 Original-Received: from sean.sieger by static-68-236-176-143.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Apr 2010 00:09:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: static-68-236-176-143.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:Z6Qbfl4uiKSpW9/fYX+46pfWmGY= X-detected-operating-system: by eggs.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:72612 Archived-At: In etc/DEBUG, it says, ``It is a good idea to run Emacs under GDB ... *all the time*.'' It appears that I ought to reconfigure, this time with --no-opt and -fnocrossjumping; that I'll then start starting Emacs in src/ (which means I don't really need to make install?) and, finally, um, I won't be using the shortcut to start GDB & Emacs (or can the command be entered there to do so?). I've been bouncing around documentation (FAQ, GDB & Emacs info, emacswiki ... the archives, anyway) and don't really see an example of how one `runs Emacs under GDB all the time.'