On gdb shell, print <var_nam> must wait for user to press enter for more and q for quit and c for continue to print till end. But not happening
Author: vs97849Created Jan 9, 2024Updated Jan 10, 2024
On gdb shell, print <var_nam> must wait for user to press enter for more and q for quit and c for continue to print till end. But not happening .
It seems like by default it acting like it assuming user typed c(continue). So it prints the whole object on gdb shell . So had to scroll up to see from start. And is impossible when tui mode is in or Ctrl x + a . Kindly provide options (or suggest): to wait for user to enter continue and press enter to go line by line.
@rcaputo @lucianposton @Reinis @braiden @cyrus-and @ProfDiesel @clint4cake @10110111 @cs01 @ccalmels @Quinny @xeyownt @javier-cabezas @jannewulf @lucianposton @a
Source: cyrus-and/gdb-dashboard