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 not updating in debug pane when using debug console #5250

Closed
YoniChechik opened this issue Apr 14, 2019 · 5 comments
Closed

variable not updating in debug pane when using debug console #5250

YoniChechik opened this issue Apr 14, 2019 · 5 comments
Assignees
Labels
area-debugging bug Issue identified by VS Code Team member as probable bug

Comments

@YoniChechik
Copy link

Environment data

  • VS Code version: 1.33.3
  • Extension version (available under the Extensions sidebar): 2019.3.6558
  • OS and version: linux ubuntu 16.04
  • Python version (& distribution if applicable, e.g. Anaconda): python 3.6
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
  • Relevant/affected Python packages and their versions: all

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:

  1. breakpoint on line after 'a=1'
  2. change in debug console a=8
  3. see no change in vars and watches
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Apr 14, 2019
@DonJayamanne DonJayamanne added area-debugging needs upstream fix bug Issue identified by VS Code Team member as probable bug labels Apr 15, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Apr 15, 2019
@karthiknadig
Copy link
Member

This is a issue with VSC not refreshing after expression evals. see comment for more details: microsoft/ptvsd#1356 (comment)

@YoniChechik
Copy link
Author

is there any updates with that?

@DonJayamanne DonJayamanne self-assigned this Jun 12, 2019
@DonJayamanne
Copy link

@YoniChechik Apologies for the delay. I've re-opened the upstream issue, hopefully we'll get to the bottom of this.

@YoniChechik
Copy link
Author

@DonJayamanne this issue is now fixed. please update about what you think

@DonJayamanne
Copy link

Closing as the upstream issue has been resolved in VS Code.

@ghost ghost removed needs upstream fix labels Jun 24, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jul 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants