I really like all of the information that is available to me when I run GUD/GDB with gdb-many-windows
, but I would like to be able to move the windows around some. Specifically I would like to use the following layout
+-----------------------+------------------+------------+
| | | |
| comint | input/output | |
| | | |
+-----------------------+------------------+ |
| | | |
| | locals | sr- |
| | | speedbar |
| source | | |
| +------------------+ |
| | | |
| | | |
| | stack | |
| | | |
| | | |
+-----------------------+------------------+------------+
Is there any way that I can customize this so that I always get the same window arrangement every time that I run GDB?