How to scroll the gdb window within cgdb?

Vincent Scheib picture Vincent Scheib · Oct 2, 2012 · Viewed 9k times · Source

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

Answer

Mike Mueller picture Mike Mueller · Oct 2, 2012

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