fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
425 stars 122 forks source link

No support for attaching to Linux ARM64 processes via PID #277

Open greenatatlassian opened 6 months ago

greenatatlassian commented 6 months ago

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.