-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
- Debug the following program
var text = "some text";
debugger;- In repl or watch expressions do
text = "new value" - Notice how the variables view shows a stale value for
text- VSCode is sending avariablesrequest but the node debug is responding with stale results
Also happening for node2 @roblourens
We would need to drop all cached variables on evaluation request, though not sure how expensive that is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)