-
Notifications
You must be signed in to change notification settings - Fork 137
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
Labels
bug
Something isn't working
Comments
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. |
Same issue also reported here: |
This was broken by #1374 |
int19h
pushed 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.
Merged
int19h
pushed 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
pushed 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.
Related on Stack Overflow: VS Code numpy array endlessly expanding in debugger variables section |
int19h
pushed 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
pushed 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
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:
The text was updated successfully, but these errors were encountered: