gdb-dashboard
gdb-dashboard copied to clipboard
Modular visual interface for GDB in Python
Hi, Dashboard is a great tool ! There is an issue for dashboard commands when invoked with convenience variables as arguments - example: ``` set $limit = 20 dashboard stack...
Hi, thanks so much for developing this great tool! It appears that a horizontal split as provided in the default tui mode[0] does not work with the modules in dashboard....
In the Assembly window, I am not seeing the function names. Instead, only "?"s are shown (I marked it red):  When I switch to "layout asm", the function names...
Would it be possible to make a style option to only show the currently enabled breakpoints? I'm thinking of something like: `dashboard breakpoints -style disabled -- Hide disabled breakpoints.` or...
Any expert can start a project(or already have one?) to integrate this to VIM? So we can have multi window debugger from VIM, it will be consistent, customize-able to use.
Hi, I love the extension -- keep up the awesome work! A couple thoughts: Is it possible to make the "Output/messages" into a module that can be customized? In particular,...
When there are many threads in the debugged program the threads pane takes up too much space. This patch introduces the limit to number of threads displayed and sets it...
This might address issue #24, too.
I like how Registers highlight changes and thought it would be nice to also have that for Variables. The implementation ended up being more invasive than initially expected because of...
This is an experimental attempt to prevent functions with long call signatures from wrapping the Assembly view. It's thwarted by the disassembly also including long call signatures in branch targets....