Closed chankim closed 1 year ago
Later I found maybe all the information is in the cmd window. I can change focus the cmd window but I cannot scroll up the command window see other contents.
I found I can see the dashboard output by giving 'tui disable' command first. This is a very basic thing you need to use dashboard but it's not clearly shown for newcomers. I think I can close this issue now.
TUI is disabled by default is all the versions of GDB I ever used.
I've followed the README and installed gdb-dashboard. When I start gdb, it's the same old TUI interface. How can I see all the information in a single window as the gdb-dashboard title page shows? The wik page doesn't have a kindly written tutorial. I asked a question for this case in stackoverflow. If anyone sees this, please tell me how I should do it(in stackoveflow or here). I found I can see each information like 'dashboard registers' or 'dashboard assembly' but I want to see all the info in one place and examine them using graphical tool. Thank you.