I was just debugging a program in gdb and somehow I found a new feature I\'ve never seen or even heard of before, a split view where I can see and browse the code in additio
When GDB is in the standard mode, using win will automatically switch in the TUI mode.
Other command for TUI mode:
info winfocus next | prev | src | asm | regs | splitRead here form more help.