Watch window update delay #1216
Unanswered
DustinBragg
asked this question in
Q&A
Replies: 1 comment
-
As far as I can tell, this is intentional delay on VSCode part to improve stepping performance. What I see is closer to 0.5 seconds, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While looking for a good visual C/C++ debugger for Linux, and trying many, I decided to finally try VSCode with the LLDB extension and I'm pretty happy with its feature set, similarity to using normal VS on Windows, and simplicity/familiarity of navigation. My only issue is that the watch window is incredibly slow at updating when stepping through code, almost as if it's buffering and waiting until you're done stepping to update.
When stepping through code, even just one line, it takes almost a full second to update the changed values. Is there some sort of polling happening that I can disable, or at least tweak the interval? I can't find a ton of information on this and running through the configuration settings hasn't bore much fruit, so I thought I'd ask here.
Thanks!
vscode.mp4
Beta Was this translation helpful? Give feedback.
All reactions