emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: M-x gdb troubles


From: Nick Roberts
Subject: Re: M-x gdb troubles
Date: Wed, 28 Apr 2004 17:44:29 +0100

 > > It could be split but, currently, the other debuggers couldn't use these
 > > other windows.
 > 
 > AFAIU, they indeed don't use most of them, but they all use "a source
 > window", except that they just use pop-to-buffer to display it rather than
 > gdb-source-window.

I don't quite follow as I removed gdb-source-window on 2004-04-08.

 > I personally like the use of pop-to-buffer over gdb-source-window because of
 > my Emacs setup so I'd like gdb-ui to be able to use this simpler gud
 > scheme, but I expect other people will like the gdb-source-window kind of
 > usage and will want it to be used for other gud modes as well.

gdb-ui now just uses gdb-display-buffer (a variant of gud-display-buffer from
gdba.el)

Also if you create new frames for the different buffers, say through the
menubar:

Gud->GDB-Frames->Threads
                 Breakpoints
                 Stack
                 ...

then the bahaviour should be improved.

 > Hence a sort of merge.  As said, I'm proposing this without having really
 > looked at the code, so it may be impractical.  But I think we should move
 > in this direction.
 
Are the changes that I have made in the direction that you are talking about?

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]