Skip to content

Data viewer window launched from the variables view is empty #10200

@kimadeline

Description

@kimadeline

Testing #10184

  1. Add a cell:
# %%
a = dict()
b = [("a", "one"), ("b", "two"), ("c", "three")]
c = {k: v for (k, v) in b}
print(c)
  1. Debug the cell
  2. Open the variables view and notice that an icon appeared next to the variable name ("Show variable in data viewer")
  3. Click on the icon for one of the variables, note that the Data Viewer window that opened is empty:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable bugdata-viewerinfo-neededIssue requires more information from poster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions