rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger.
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.82k stars 101 forks source link

view variable value inline #66

Open vimkim opened 1 month ago

vimkim commented 1 month ago

This is by far the best gui for gdb I've ever seen. Thanks so much for such nice work. You must be a very talented developer.

One reason I cannot ditch vscode for debugging is the inline view feature.

image

it shows the value of the variable, in line, as I progress with 'step' or 'next' button.

It will be amazing if you can support such feature. Thanks again.

rohanrhu commented 1 month ago

Thank you for your amazing words. 😊 I'll grab my Windows notebook (I use WSL for developing GDBFrontend) and work on it tonight.

rohanrhu commented 1 month ago

Hello, I couldn't find time to look for this, so sorry but I'll look soon. First I'll look for the other issue. (https://github.com/rohanrhu/gdb-frontend/issues/68)