all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs and Gud
Date: Sun, 6 Jan 2008 00:01:46 +1300	[thread overview]
Message-ID: <18303.25498.729804.596134@kahikatea.snap.net.nz> (raw)
In-Reply-To: <5u9262F1gknejU1@mid.individual.net>

 > I have recently started using Emacs for my C++ project, and have got ECB
 > working so that I can browse my code easily.

You don't say what system you are using (M-x emacs-version, or better still use
M-x report-emacs-bug)

 > 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

Before Googling, it would be a good idea to read the Emacs manual.  Assuming
that you have Emacs 22.1 there is a whole section for the GDB Graphical
Interface.

 >                                          and on the basis of that setup the
 > following (via the 'options' menu):-

I guess you mean customize.

 > (gdb-many-windows t)
 > (gdb-show-main t)

but if you have set these directly in you .emacs file you'll need:

(setq gdb-many-windows t)
(setq gdb-show-main t)

In any case you should still get breakpoints in the fringe.

 > However, graphical debugging is still not working. Can anyone help?

What does t say in the mini-buffer when you do "M-x gdb"?

-- 
Nick                                           http://www.inet.net.nz/~nickrob


PS GDB isn't very good for C++ but it's getting better.  It might be worth
getting 6.8 when it comes out early this year.

  reply	other threads:[~2008-01-05 11:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-05  9:55 Emacs and Gud Chris Gordon-Smith
2008-01-05 11:01 ` Nick Roberts [this message]
     [not found] ` <mailman.5756.1199530919.18990.help-gnu-emacs@gnu.org>
2008-01-05 12:36   ` Chris Gordon-Smith
  -- strict thread matches above, loose matches on Subject: below --
2008-01-06  6:15 Nick Roberts
     [not found] <mailman.5784.1199600161.18990.help-gnu-emacs@gnu.org>
2008-01-07  1:00 ` Chris Gordon-Smith
2008-01-07  3:41   ` Nick Roberts
     [not found]   ` <mailman.5807.1199677314.18990.help-gnu-emacs@gnu.org>
2008-01-07 22:28     ` Chris Gordon-Smith
2008-01-08  0:08       ` Nick Roberts
     [not found]       ` <mailman.5869.1199754671.18990.help-gnu-emacs@gnu.org>
2008-01-08 23:27         ` Chris Gordon-Smith
2008-01-15 15:54           ` Sebastian Tennant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18303.25498.729804.596134@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.