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.