gdb-dashboard icon indicating copy to clipboard operation
gdb-dashboard copied to clipboard

Modular visual interface for GDB in Python

Results 19 gdb-dashboard issues
Sort by recently updated
recently updated
newest added

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): ![image](https://user-images.githubusercontent.com/72920563/161550457-b4340700-1561-4c7e-b9aa-55072ea79cfb.png) When I switch to "layout asm", the function names...

external issue

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.

question

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,...

feature request

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

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