We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Create a simple Python script that generates a numpy array, such as: `import numpy as np
test = np.zeros((3, 3))`
Set a breakpoint below the above code and run debug.
Expand the 'test' variable in the locals section of the 'Debug and Run' window.
Observe that below 'function variables' now no longer shows each row of the first axis of the array as it did in older versions.
For reference, this is what it looked like with version 1.80.2:
The text was updated successfully, but these errors were encountered:
I'm having the same issue using WSL2 (Ubuntu) on Windows 11.
VS Code Version: 1.83.1 Python extension version: v2023.18.0
Sorry, something went wrong.
I am having the same issue using linux manjaro with VSCode information see below and Python 3.11.3
Version: 1.83.1 Commit: f1b07bd Date: 2023-10-10T23:45:31.402Z Electron: 25.8.4 ElectronBuildId: 24154031 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Linux x64 5.15.128-1-MANJARO
Please file this on the debugpy repo, thanks
roblourens
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Create a simple Python script that generates a numpy array, such as:
`import numpy as np
test = np.zeros((3, 3))`
Set a breakpoint below the above code and run debug.
Expand the 'test' variable in the locals section of the 'Debug and Run' window.
Observe that below 'function variables' now no longer shows each row of the first axis of the array as it did in older versions.
For reference, this is what it looked like with version 1.80.2:
The text was updated successfully, but these errors were encountered: