You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Extension version (available under the Extensions sidebar): 2019.3.6139
OS and version: Windows 10
Python version (& distribution if applicable, e.g. Anaconda): 3.6.2
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
Expected behaviour
I should be able to inspect inside any variable placed in the "Watch" section.
Actual behaviour
Yesterday, I was able to inspect inside any variable placed in the "Watch" section. However, today, I can only inspect the automatic variables placed under "Locals". See image below:
This happens also to a colleague of mine since today. Is it because an update of the extension?
@fabioz Looks like we are not providing variableReference correctly for evaluations.
what it should return: {"result": "[1, 2, 3]", "variablesReference": 6, "type": "list", "presentationHint": {}}
actual: {"result": "[1, 2, 3]", "variablesReference": 0, "type": "list", "presentationHint": {}}
@DavidDuranPerez commented on Thu Mar 28 2019
Environment data
Expected behaviour
I should be able to inspect inside any variable placed in the "Watch" section.
Actual behaviour
Yesterday, I was able to inspect inside any variable placed in the "Watch" section. However, today, I can only inspect the automatic variables placed under "Locals". See image below:
This happens also to a colleague of mine since today. Is it because an update of the extension?
@0000Paula01 commented on Thu Mar 28 2019
I am also getting the same issue
The text was updated successfully, but these errors were encountered: