HI All
I am doing my first steps with GDB in TUI mode.
During the debug session I see that each line outputted to console occurs in a single line (in the picture you see 222222
highlighted in red ). It is like having an output pane of one single line.
On top of that each \n
doesn't cleanup that line so all the strings do overwrite each other making my output very confusing.
Can you address me a bit on this issue or to some key command to look for in order to have a clean output?
I highlighted also another area (in the picture 1111111
) because the first string is outputted there and then all other on the frame of the source code window.
THanks AFG