diff options
| -rw-r--r-- | doc/emacs/building.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 6af2d9d7545..eb8d2027cf8 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -916,6 +916,14 @@ layout by typing @kbd{M-x gdb-restore-windows}. To toggle | |||
| 916 | between the many windows layout and a simple layout with just the GUD | 916 | between the many windows layout and a simple layout with just the GUD |
| 917 | interaction buffer and a source file, type @kbd{M-x gdb-many-windows}. | 917 | interaction buffer and a source file, type @kbd{M-x gdb-many-windows}. |
| 918 | 918 | ||
| 919 | If you have an elaborate window setup, and don't want | ||
| 920 | @code{gdb-many-windows} to disrupt that, it is better to invoke | ||
| 921 | @kbd{M-x gdb} in a separate frame to begin with, then the arrangement | ||
| 922 | of windows on your original frame will not be affected. A separate | ||
| 923 | frame for GDB sessions can come in especially handy if you work on a | ||
| 924 | text-mode terminal, where the screen estate for windows could be at a | ||
| 925 | premium. | ||
| 926 | |||
| 919 | You may also specify additional GDB-related buffers to display, | 927 | You may also specify additional GDB-related buffers to display, |
| 920 | either in the same frame or a different one. Select the buffers you | 928 | either in the same frame or a different one. Select the buffers you |
| 921 | want by typing @code{M-x gdb-display-@var{buffertype}-buffer} or | 929 | want by typing @code{M-x gdb-display-@var{buffertype}-buffer} or |