I have this GDB TUI/layout on. How to return to default GDB view? I can't just restart GDB because I have important backtrace on my hand and as long as I have these extra windows I can't scroll well on the basic view.

link|improve this question

43% accept rate
feedback

1 Answer

you can enter / leave the TUI mode with one of this combination:

  • C-x C-a
  • C-x a
  • C-x A
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.