17

While using cgdb, how does one scroll through the output visible in the gdb window?

Vincent Scheib
  • 17,142
  • 9
  • 61
  • 77

1 Answers1

21

PgUp and PgDn should scroll the gdb window. If they don't, check your TERM environment variable and make sure it's set correctly.

Mike Mueller
  • 2,072
  • 15
  • 16