Is this a button or tab in the headers in Emacs gdb-many-windows-mode?

Some windows have buttons with buttons or tabs in the header in gdb-many-windows mode, such as "Locals / Registers" or "Breakpoints / Threads". Are they tabs? Can I add a new one next to them? see this

+5
source share
1 answer

Buttons.

When gdb-many-windows is not nil, the GDB Breakpoints buffer shares its window with the GDB stream buffer. To switch from one to another, click Mouse-1 on the corresponding button in the title bar. If gdb-show-threads-by-default is not zero, the GDB Threads buffer is shown by default. Source

, , , gdb-mi.el. , .

+1

All Articles