I am using emacs 23.1.1 with gdb and gdb-many-windows.
My question is, is it possible to force gdb to always use the main source window to go through the code. What happens is that when moving the frames of the stack, if I have the source file in other emacs frames, emacs brings that frame to the foreground, leaving the gud frame in the background with the keyboard focus.
What I would like to do is force emacs / gdb to use the primary source window for the entire trace, even if there is another frame with the same source file that lies somewhere.
Any ideas?
emacs gdb
Yung
source share