eclipse-cdt-cloud / cdt-gdb-vscode

CDT GDB Visual Studio Code Extension
Eclipse Public License 2.0
21 stars 24 forks source link

Missing Variable Value Tooltips #121

Open chroberino opened 14 hours ago

chroberino commented 14 hours ago

I am using the cdt-gdb-vscode extension (v0.0.108) with Eclipse Theia for remote debugging with gdb, and overall, the setup works well. However, a key feature appears to be missing: variable value tooltips. When I hover over a variable name in the editor window, I do not see a tooltip displaying the variable's current value.

This feature is available in another debug adapter I was using, and it would be very helpful for my workflow to have the same functionality here.