diff options
| author | Nick Roberts | 2005-10-04 22:54:13 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-10-04 22:54:13 +0000 |
| commit | ec79de1002fba0e1d0c12a44816dc8e6b9a75da9 (patch) | |
| tree | 016d53c34b2d3cb8baa11f13819d5a48973b1f3f | |
| parent | 281cc7f0195d343958d51192cfb4412c7069322d (diff) | |
| download | emacs-ec79de1002fba0e1d0c12a44816dc8e6b9a75da9.tar.gz emacs-ec79de1002fba0e1d0c12a44816dc8e6b9a75da9.zip | |
(GDB): Describe use of watch expressions.
| -rw-r--r-- | man/speedbar.texi | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/man/speedbar.texi b/man/speedbar.texi index 55f33696401..469de905a24 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi | |||
| @@ -591,9 +591,10 @@ will follow the general rules of their major counterparts in terms of | |||
| 591 | key bindings and visuals, but will have specialized behaviors. | 591 | key bindings and visuals, but will have specialized behaviors. |
| 592 | 592 | ||
| 593 | @menu | 593 | @menu |
| 594 | * RMAIL:: Managing folders in speedbar | 594 | * RMAIL:: Managing folders. |
| 595 | * Info:: Browsing topics in speedbar | 595 | * Info:: Browsing topics. |
| 596 | * GDB:: Managing the current stack trace in speedbar | 596 | * GDB:: Watching expressions or managing the current |
| 597 | stack trace. | ||
| 597 | @end menu | 598 | @end menu |
| 598 | 599 | ||
| 599 | @node RMAIL, Info, Minor Modes, Minor Modes | 600 | @node RMAIL, Info, Minor Modes, Minor Modes |
| @@ -639,7 +640,15 @@ a @samp{[+]}, indicating that there are no sub-topics. | |||
| 639 | @cindex gdb | 640 | @cindex gdb |
| 640 | @cindex gud | 641 | @cindex gud |
| 641 | 642 | ||
| 642 | If you are debugging an application with GDB in Emacs, speedbar can show | 643 | You can debug an application with GDB in Emacs using graphical mode or |
| 644 | text command mode (@pxref{GDB Graphical Interface,,, emacs, The | ||
| 645 | extensible self-documenting text editor}). | ||
| 646 | |||
| 647 | If you are using graphical mode you can see how selected variables | ||
| 648 | change each time your program stops (@pxref{Watch Expressions,,, | ||
| 649 | emacs, The extensible self-documenting text editor}). | ||
| 650 | |||
| 651 | If you are using text command mode, speedbar can show | ||
| 643 | you the current stack when the current buffer is the @file{*gdb*} | 652 | you the current stack when the current buffer is the @file{*gdb*} |
| 644 | buffer. Usually, it will just report that there is no stack, but when | 653 | buffer. Usually, it will just report that there is no stack, but when |
| 645 | the application is stopped, the current stack will be shown. | 654 | the application is stopped, the current stack will be shown. |