Reputation: 18630
While using cgdb, how does one scroll through the output visible in the gdb window?
Upvotes: 18
Views: 10856
Reputation: 2182
PgUp and PgDn should scroll the gdb window. If they don't, check your TERM
environment variable and make sure it's set correctly.
Upvotes: 24