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

The 'ms-python.debugpy' extension is not available in VSCodium for Linux ARM. #2230

Open
2 tasks done
errolt opened this issue Feb 19, 2025 · 3 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@errolt
Copy link

errolt commented Feb 19, 2025

Describe the bug
debugpy is available for ARM64, but not for ARM.

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce
Steps to reproduce the behavior:
Connect to ARM device over SSH.
Try to debug python file. Codium tells you there is no debugger installed for python.
Go to plugins and try to install Python Debugger on SSH target.
You get the message "The 'ms-python.debugpy' extension is not available in VSCodium for Linux ARM."

Expected behavior
I expect the debugger to install and debugging of python files to work.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [Ubuntu 24.04]
  • Architecture [x64]
  • Version [1.96.2]

Target

  • Linux display 6.6.51+rpt-rpi-v7 PPA? #1 SMP Raspbian 1:6.6.51-1+rpt3 (2024-10-08) armv7l GNU/Linux

Additional context
This works fine in VS Code.

@daiyam
Copy link
Member

daiyam commented Feb 19, 2025

I've opened an issue on open-vsx

@lex-ibm
Copy link
Contributor

lex-ibm commented Feb 19, 2025

Here just to say that the universal version would also be appreciated 😅

@lex-ibm
Copy link
Contributor

lex-ibm commented Feb 19, 2025

Also, as a workaround, you can download the universal VSIX from Visual Studio Marketplace and use that one... Or well, that used to be the case until a few days ago when Microsoft removed the Download button, now you have to do something like:

curl -L "https://ms-python.gallery.vsassets.io/_apis/public/gallery/publisher/ms-python/extension/debugpy/2025.1.2025021301/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage" -o ms-python.debugpy-2025.1.2025021301-universal.vsix

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

3 participants