While using cgdb, how does one scroll through the output visible in the gdb window?
1 Answer
PgUp and PgDn should scroll the gdb window. If they don't, check your TERM environment variable and make sure it's set correctly.
3 Comments
MattS
For anyone wondering,
i should do the trick when you want to exit scroll mode.Tic
Is it possible to scroll up by one line ?
user2023370
@Tic After pressing PgUp/PdDown we are in "scroll mode"; the Up and Down cursor keys will now scroll by one line; the mouse wheel should also work.
i will exit this mode.
alt+p/alt+n, pageup/pagedown?