user530928
user530928

Reputation: 119

emacs and gdb-many-windows

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

Answers (1)

vpit3833
vpit3833

Reputation: 7961

Read this and this. M-x gdb-many-windows works after M-x gdb and the gud window is in focus. Your question suggests that you are trying for M-x gdb-many-windows before M-x gdb.

Upvotes: 7

Related Questions