Use GDB TUI
Use TUI start with gdb -tui
or activate with ctrl+x and ctrl+a
More info about GDB TUI here
s
step into
n
step next
b <symbol name>
add breakpoint
Use GDB TUI
Use TUI start with gdb -tui
or activate with ctrl+x and ctrl+a
More info about GDB TUI here
s
step into
n
step next
b <symbol name>
add breakpoint