microsoft / debugpy

An implementation of the Debug Adapter Protocol for Python
https://pypi.org/project/debugpy/
Other
1.8k stars 131 forks source link

Python Debugger not showing NumPy array values after update - NOT resolved #1505

Open jav-ed opened 7 months ago

jav-ed commented 7 months ago

https://github.com/microsoft/vscode-python-debugger/issues/135 was closed. However, the issue still remains, see:

0 1

Additional

Also, please see: https://github.com/microsoft/vscode-python-debugger/issues/183#issuecomment-1916413105

Sorry, my bad.

Just as a background, where the confusion might come from: on #135 (marked as closed) they will link to --> microsoft/debugpy#1418 (marked as closed) they will link to --> microsoft/debugpy#1408 (also marked as closed)

I will inshallah try to create a new issue on debugpy, hoping that they do not mind and not forward me somewhere else.

int19h commented 7 months ago

It's closed because the fix has been committed to the repo, but there hasn't been a debugpy release that includes the fix yet.

In the meantime, you can use the most recent bits from the repo by doing this in your launch.json (assuming that you cloned the repo into ~/git/debugpy):

"debugAdapterPath": "${userHome}/git/debugpy/src/debugpy/adapter"

(you'll get an error squiggle from the JSON schema validator because it doesn't know about this property, but it should still work)

jav-ed commented 7 months ago

Nice to hear that, the team did not forget about this issue. Thank you for the quick reply. Can you guess of a timeframe when the new release with this correction can be expected?