speedbar: GDB

 
 5.3 GDB
 =======
 
 You can debug an application with GDB in Emacs using graphical mode or
 text command mode (See(emacs)GDB Graphical Interface).
 
    If you are using graphical mode you can see how selected variables
 change each time your program stops (See(emacs)Watch Expressions).
 
    If you are using text command mode, speedbar can show you the current
 stack when the current buffer is the ‘*gdb*’ buffer.  Usually, it will
 just report that there is no stack, but when the application is stopped,
 the current stack will be shown.
 
    You can click on any stack element and gdb will move to that stack
 level.  You can then check variables local to that level at the GDB
 prompt.