unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs and Gud
@ 2008-01-05  9:55 Chris Gordon-Smith
  2008-01-05 11:01 ` Nick Roberts
       [not found] ` <mailman.5756.1199530919.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 10+ messages in thread
From: Chris Gordon-Smith @ 2008-01-05  9:55 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: Emacs and Gud
@ 2008-01-06  6:15 Nick Roberts
  0 siblings, 0 replies; 10+ messages in thread
From: Nick Roberts @ 2008-01-06  6:15 UTC (permalink / raw)
  To: help-gnu-emacs

> > 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.

> Yes - That's what Google found

You shouldn't have to use Google as the Emacs manual is included in the Emacs
tarball, so it should be on your system unless Suse package documentation
separately like Debian.

> ...
> It says:-

> Run gdb (like this):
> gdb /home/chris/mydata/Projects/SimSoup/simsoup-cpp/simsoup/simsoup

That's odd because Emacs 21.x looked like this but Emacs 22.1 should look
like:

Run gdb (like this):
gdb --annotate=3 /home/chris/mydata/Projects/SimSoup/simsoup-cpp/simsoup/simsoup

> simsoup is the name of my program. Hitting enter starts gdb, but only in
> text mode.

> Since my original posting I have found that if I don't load ECB, then
> graphical debugging works. However, I would like to be able to use both ECB
> and graphical debugging. Any thoughts?

I've not used ECB but I have read a comment in ecb-compatibility.el that says
that gdb-ui.el's use of dedicated windows might conflict with ECB's so it's
possible that they have configured Emacs to just use text mode.  However, even
in this case Emacs 22.1 should look like this:

Run gdb (like this):
gdb --fullname /home/chris/mydata/Projects/SimSoup/simsoup-cpp/simsoup/simsoup

or this:

Run gdb (like this):
gdb --annotate=1 /home/chris/mydata/Projects/SimSoup/simsoup-cpp/simsoup/simsoup

What value does gud-gdb-command-name have?

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <mailman.5784.1199600161.18990.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2008-01-15 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05  9:55 Emacs and Gud Chris Gordon-Smith
2008-01-05 11:01 ` Nick Roberts
     [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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).