forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 not updating in debug pane when using debug console #5250
Labels
Comments
DonJayamanne
added
area-debugging
needs upstream fix
bug
Issue identified by VS Code Team member as probable bug
labels
Apr 15, 2019
This is a issue with VSC not refreshing after expression evals. see comment for more details: microsoft/ptvsd#1356 (comment) |
is there any updates with that? |
@YoniChechik Apologies for the delay. I've re-opened the upstream issue, hopefully we'll get to the bottom of this. |
@DonJayamanne this issue is now fixed. please update about what you think |
Closing as the upstream issue has been resolved in VS Code. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment data
Expected behavior
in debug mode on breakpoint, when changing a var in debug console- automatically show change in watch and variable
Actual behavior
no change is shown until at least one step in code is made.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: