question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Data viewer window launched from the variables view is empty

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
greazercommented, Jun 8, 2022

@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.

0reactions
DonJayamannecommented, Dec 7, 2022

Unable to repro this issue. @olguzzar @joyceerhl @linette-zyy are you still running into this issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found