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

notebook list variable won't load in data viewer during debug #138

Closed
stephenfrost opened this issue Feb 20, 2024 · 2 comments
Closed

notebook list variable won't load in data viewer during debug #138

stephenfrost opened this issue Feb 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@stephenfrost
Copy link

Type: Bug

Behaviour

Expected vs. Actual

During debug of a notebook cell, when I click arrow to show variable snapshot in data viewer, I expect a column of list items. Instead, the "Loading data frame" action popup shows indefinitely and data is never shown in data wrangler tab that opens up.

Steps to reproduce:

  1. In one notebook cell that defines a function, create a list.
  2. Set a breakpoint on the return statement of this funciton.
  3. Start debug of other cell that calls this function.
  4. When execution stops at the breakpoint, show bottom pane, Jupyter tab.
  5. Select arrow to left of list variable.
    The data wrangler data viewer tab opens and "Loading data frame" popup appears, but the data is never displayed.

Diagnostic data

  • Jupyter extension version: 2024.1.1
  • Python extension version: 2024.0.1
  • .NET Install Tool for Extension Authors extension version: 2.0.1
  • Python package dependencies:
N/A

Extension version: 0.26.0
VS Code version: Code 1.86.2 (903b1e9d8990623e3d7da1df3d33db3e42d80eda, 2024-02-13T19:40:56.878Z)
OS version: Windows_NT x64 10.0.19045
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz (12 x 2712)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 31.59GB (16.45GB free)
Process Argv --crash-reporter-id f79e1be6-a462-418e-8c4e-0d01dc66d017
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscoreces:30445986
vscod805cf:30301675
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:30899288
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
pythontbext0:30879054
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
fegfb526:30961430
7j2b6412:30967274
bg6jg535:30958357

@pwang347
Copy link
Member

pwang347 commented Feb 21, 2024

Hi @stephenfrost! Thanks for opening this issue. This is currently known behaviour (see #131, #49) and we are working with the Jupyter team to make sure that we get a better experience here. I'll update this thread when we make any updates for this.

@pwang347 pwang347 added the bug Something isn't working label Feb 21, 2024
@pwang347
Copy link
Member

Hi @stephenfrost this is now fixed in pre-release version 0.29.8. Thanks for opening this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants