Data viewer window launched from the variables view is empty
See original GitHub issueTesting #10184
- Add a cell:
# %%
a = dict()
b = [("a", "one"), ("b", "two"), ("c", "three")]
c = {k: v for (k, v) in b}
print(c)
- Debug the cell
- Open the variables view and notice that an icon appeared next to the variable name (“Show variable in data viewer”)
- Click on the icon for one of the variables, note that the Data Viewer window that opened is empty:

Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Why Data Viewer Qon't Display Script Variables in FileMaker
Did you know that Data Viewer won't display script variables if opened after script start? Here's how to avoid this issue in your...
Read more >Visual Studio 2013 stopped showing variable values when ...
Try TOOLS->OPTIONS->DEBUGGING->SYMBOLS and hit button Empty Symbol Cache.
Read more >7 Ways to Look at the Values of Variables While Debugging in ...
Open the QuickWatch window by right clicking on a variable and selecting “QuickWatch…” or by using the keyboard shortcut Shift+F9. 6. Parallel ...
Read more >Using the Data Viewer in the RStudio IDE - Posit Support
Using utils::view(my.data.frame) gives me a pop-out window as expected. This problem only started a week or two ago, and I've reinstalled R ...
Read more >6 Using the Data Editor - Stata
In addition to the view of the data, there are two windows for manipulating variables and their properties: the Variables window and the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sadasant, looks like the complaint here is in the desktop versions, not web. But I’ve marked it as vscode-web anyway. Need to make sure this works in web and desktop for June.
Unable to repro this issue. @olguzzar @joyceerhl @linette-zyy are you still running into this issue?