Reputation: 119
i am new to emacs. In many site there is a opition to set gdb-many-windows which actually split the window like
| GUD buffer (I/O of GDB) | Locals/Registers buffer |
| Primary Source buffer | I/O buffer for debugged pgm |
| Stack buffer | Breakpoints/Threads buffer |
Whenever i try to do "M-x gdb-many-window" it does not recognize it. "M-x gdb" et al works well but not "M-x gdb-many-window"?
Does anyone have faced this one?
Upvotes: 5
Views: 10027