1

GDB in TUI-mode

When I use gdb in tui-mode the command line show strange behaviour. Maybe the fonts of my powerline make problems.

  • Has anybody a solution to this item?

GDB in TUI Mode

abu_bua
  • 1,361
  • 17
  • 25

1 Answers1

0

I solved the problem. The reason was a .gdbinit file, which colorize my gdb. However invoking gdb the following way solved the problem, but the colorize does not work now.

> gdb -n -tui filename
abu_bua
  • 1,361
  • 17
  • 25