Open sj-raima opened 11 months ago
Same bug in my case, member variables won't show their value on hovering but their type. I should mention that this is not the case while debugging with gdb. Also variables values are correctly displayed on watch and variable section of the RUN AND DEBUG tab in vscode.
Hovering over a member variable does not show its value when using Midas for RR.
The following example:
Setting a break point in foo and hovering over p_3 and l_4 show their respective values. However, hovering over a_1 and b_2 after they have been set does not show their values but instead their types.
Additional information:
midas v0.19.12