eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.68k stars 322 forks source link

Collapsible tray for things like the debug output #799

Closed eteran closed 1 year ago

eteran commented 3 years ago

If we look at things like Qt creator, visual studio, etc. They have a very nice feature where the status bar also has sections that double as a button to collapse and uncollapse widgets.

I think this would be a great place to move the debug output or even a future "command window" where users could type out gdb style debug commands.

For example like this for "Application Output"

image

I'll have to investigate how tghis is implemented, but I think it could be very useful and provide a very clean look.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/98607015-collapsible-tray-for-things-like-the-debug-output?utm_campaign=plugin&utm_content=tracker%2F14326212&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F14326212&utm_medium=issues&utm_source=github).