cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
11.1k stars 780 forks source link

Don't know how to use gdb-dashboard #297

Closed chankim closed 1 year ago

chankim commented 1 year ago

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.

chankim commented 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.

chankim commented 1 year ago

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.

cyrus-and commented 1 year ago

TUI is disabled by default is all the versions of GDB I ever used.