You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vscode is sending a new variables request after an eval, but the wrong values are returned? node2 definitely doesn't cache any values. I'll try it out though.
It seems like these are being cached by Node/Chrome, so I don't think there's anything I can do there. It returns the same values until a step happens.
weinand
added
the
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
label
Nov 22, 2016
Same for node-debug. If I turn off caching, I still see the same behavior.
The only workaround I could imagine would be to update all values in the cache by doing an 'evaluate'.
But this doesn't seem practical as the cache might become large.
text = "new value"
text
- VSCode is sending avariables
request but the node debug is responding with stale resultsAlso happening for node2 @roblourens
We would need to drop all cached variables on evaluation request, though not sure how expensive that is.
The text was updated successfully, but these errors were encountered: