Refresh variables values

40 views
Skip to first unread message

Peter Aaser

unread,
Oct 21, 2020, 5:44:35 AM10/21/20
to CodeLLDB Users
Hi, first off I'd like to emphasize that I'm rather new to both C++ and vscode, so I might be barking up the wrong tree here. Anyways, I'm wondering if there is a way to manually trigger an update to the values in the variables window. When debugging I often run into an issue where some data structure is being manipulated and the new state does not get updated. For instance, when pushing back elements to a vector this will not be reflected in the vector in the variables window, however when hovering over with the mouse cursor the pop-up will reflect the updated state of the vector.

Is there a way to refresh the variables? Is this a known issue? I'm using 1.6.0

ps: CodeLLDB has made debugging LLVM a breeze compared to GDB! Thanks for your work, I really appreciate it.

Vadim

unread,
Oct 22, 2020, 12:07:50 AM10/22/20
to CodeLLDB Users
You are right, the values should be updated after each step.  Looks like it's been broken since at least the previous version, but no one noticed :-\
Reply all
Reply to author
Forward
0 new messages