Search code examples
cgdb

How to scroll the gdb window within cgdb?


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


Solution

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