Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to scroll the gdb window within cgdb?

Tags:

cgdb

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

like image 924
Vincent Scheib Avatar asked Oct 02 '12 00:10

Vincent Scheib


People also ask

How to scroll in CGDB?

You can enter scroll mode by typing page up and quit scroll mode by typing q , i or enter . The commands available in GDB Mode when in command mode are: cgdbmodekey. Switch back to source window.


1 Answers

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

like image 97
Mike Mueller Avatar answered Sep 20 '22 19:09

Mike Mueller