Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable view update on variable changes from the debugger console #144

Closed
sandcake opened this issue Jun 13, 2016 · 3 comments
Closed

Variable view update on variable changes from the debugger console #144

sandcake opened this issue Jun 13, 2016 · 3 comments
Labels
Milestone

Comments

@sandcake
Copy link

During a debugging session which stopped at a breakpoint, changing the value of a variable through the debugger console does not update the variable's value in the variables view.
The update can first be seen after stepping forward

@dlebu dlebu added this to the vNext milestone Jun 14, 2016
@dlebu
Copy link
Contributor

dlebu commented Jun 14, 2016

Thanks for reporting these debugger issues. We will try to investigate them and first figure out if they are extension or editor issues.

@guillaumejenkins
Copy link
Contributor

guillaumejenkins commented Jun 20, 2016

This one happens even when debugging with the built-in NodeJS debugger on a simple JS script, so this is a VSCode issue. I will open an issue in their repo and link it here. Thanks for the feedback!

Opened issue microsoft/vscode#7895

@guillaumejenkins
Copy link
Contributor

guillaumejenkins commented Jun 22, 2016

It looks like they already had an issue for this:
microsoft/vscode#2399

Because this is tracked elsewhere and there is no work on our end, I will close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants