You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.