From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Gordon-Smith Newsgroups: gmane.emacs.help Subject: Emacs and Gud Date: Sat, 05 Jan 2008 09:55:10 +0000 Message-ID: <5u9262F1gknejU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1199529911 24754 80.91.229.12 (5 Jan 2008 10:45:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 10:45:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 05 11:45:32 2008 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 1JB6Wu-0007Mh-RC for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Jan 2008 11:45:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB6WY-0006jd-99 for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Jan 2008 05:45:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net 8biFPHK67eQpmL4A1PMXgAykm/Vabt2NquUQz5eIwQ1bTfnuLK Cancel-Lock: sha1:T5yFrvWTwBXjyp9il/WfdAJFHsc= User-Agent: KNode/0.10.4 Original-Xref: shelby.stanford.edu gnu.emacs.help:155092 X-Mailman-Approved-At: Sat, 05 Jan 2008 05:42:40 -0500 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:50514 Archived-At: I have recently started using Emacs for my C++ project, and have got ECB working so that I can browse my code easily. One thing that is not working properly is Gud. I gan start gdb, and I get standard text debugging, but none of the graphical features (eg breakpoints in the fringe). I did a bit of Googling and on the basis of that setup the following (via the 'options' menu):- (gdb-many-windows t) (gdb-show-main t) However, graphical debugging is still not working. Can anyone help? Chris Gordon-Smith London www.simsoup.info