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

Debugger: variable value isn't refeshed while it has been changed #645

Closed
v-zhanme opened this issue Aug 9, 2016 · 1 comment
Closed

Comments

@v-zhanme
Copy link

v-zhanme commented Aug 9, 2016

Environment data

dotnet --info output:
VS Code version:1.3.1
C# Extension version:1.3.0

Steps to reproduce

  1. Open sample project in VSCode
  2. Set a BP at line 30 in Program.cs
  3. F5
  4. Add i in Watch
  5. Add i=10 in Watch

Expected behavior

The value of i changes to be 10 in Watch and Locals.

Actual behavior

The value of i still is 5.

Attachements

ScreenShot
MIEngine Log
Repro Project

@gregg-miskelly
Copy link
Contributor

gregg-miskelly commented Aug 9, 2016

This is a missing feature with the VS Code UI. See microsoft/vscode#2399.

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

No branches or pull requests

2 participants