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

Can no longer expand Numpy arrays to view elements #1408

Closed
dcox1776 opened this issue Oct 13, 2023 · 4 comments · Fixed by #1484
Closed

Can no longer expand Numpy arrays to view elements #1408

dcox1776 opened this issue Oct 13, 2023 · 4 comments · Fixed by #1484
Assignees
Labels
bug Something isn't working

Comments

@dcox1776
Copy link

Type: Bug

Add a watch for any Numpy array. The ability to expand the Numpy array to view its elements is gone! It used to be there prior to the current version of the Python extension (v2023.18.0)

Extension version: 2023.18.0
VS Code version: Code 1.82.3 (fdb98833154679dbaa7af67a5a29fe19e55c2b73, 2023-10-02T10:51:22.294Z)
OS version: Windows_NT x64 10.0.19045
Modes:

@dcox1776
Copy link
Author

dcox1776 commented Oct 13, 2023

The first image illustrates the ability to expand a Numpy array and the second image illustrates that that capability is now gone. Special thanks to user https://github.com/hitlcl for providing these images.

numpy arrays before
numpy arrays after

@jaortizco
Copy link

Same issue also reported here:

microsoft/vscode#196159

@int19h
Copy link
Collaborator

int19h commented Dec 14, 2023

This was broken by #1374

int19h added a commit to int19h/debugpy that referenced this issue Dec 14, 2023
Fix regression when loading pydevd plugins for numpy, pandas, and django.

Add smoke test for numpy arrays.
int19h added a commit to int19h/debugpy that referenced this issue Dec 15, 2023
Fix regression when loading pydevd plugins for numpy, pandas, and django.

Add smoke test for numpy arrays.
int19h added a commit that referenced this issue Dec 15, 2023
Fix regression when loading pydevd plugins for numpy, pandas, and django.

Add smoke test for numpy arrays.
@starball5
Copy link

int19h added a commit to int19h/debugpy that referenced this issue Jan 11, 2024
Fix regression when loading pydevd plugins for numpy, pandas, and django.

Add smoke test for numpy arrays.
int19h added a commit to int19h/debugpy that referenced this issue Jan 30, 2024
Fix regression when loading pydevd plugins for numpy, pandas, and django.

Add smoke test for numpy arrays.
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

Successfully merging a pull request may close this issue.

4 participants