PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

No support for attaching to Linux ARM64 processes via PID

Open greenatatlassian opened this issue 1 year ago • 0 comments

When trying to attach to a python PID on linux/arm64, one gets this error:

RuntimeError: Could not find .so for attach to process.

However, it seems there is already a solution to this problem in the IntelliJ fork of this library: https://github.com/JetBrains/intellij-community/commit/2e7109f6fe37cf3ba74778b72bfbe9ddeb8ca4b4

And (hilariously) an open issue for the same in the VS Code fork: https://github.com/microsoft/debugpy/issues/1220.

greenatatlassian avatar Apr 01 '24 21:04 greenatatlassian