You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was...hopeful..that it might work, but I was never able to get the debug adaptor to actually attach in my own testing. As my Python is pretty weak, I wasn't able to determine any reason for this.
I got the error
Unable to find an attachable process for application
when attempting to attach to a running Dapr app.The app is written in python and digging into the extension code I found this comment in the
attachToPythonProcess
function:// NOTE: I've yet to see this succeed (the adaptor can't seem to attach to the process).
Is it expected that attaching to python apps should work?
The text was updated successfully, but these errors were encountered: