Description
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
- I checked the Docs page and the Troubleshooting page and my issue is not mentioned there.
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.
Activity