Error code 3
Answered
Hallo Community,
I got the following error message, when I'm trying to attach PyCharm to a local Python-Process:
Attaching to a process with PID=4788
C:\Local\Programme\Python_3.7.0\python.exe "C:\Local\Programme\PyCharm_2018.2.2\installation\PyCharm Community Edition 2018.2.2\helpers\pydev\pydevd_attach_to_process\attach_pydevd.py" --port 63859 --pid 4788
Error when injecting code in target process. Error code: 3 (on windows)
Process finished with exit code 0
Server stopped.
PyCharm Version: "Build #PC-182.4129.34, built on August 21, 2018"
Python Version: "3.7.0" Relase Date: 2018-06-27
Please sign in to leave a comment.
Intellij 2018.2.4x64
Python Plugin
Also tried on PyCharm standalone.
Trying to attach my python command line server to the debugger. I got the following error after selection the process using Run->Attach process
Attaching to a process with PID=17616
C:\Users\sakthis\.virtualenvs\cse\Scripts\python.exe C:\Users\sakthis\.IntelliJIdea2018.2\config\plugins\python\helpers\pydev\pydevd_attach_to_process\attach_pydevd.py --port 58833 --pid 17616
Error when injecting code in target process. Error code: 3 (on windows)
Process finished with exit code 0
Server stopped.
Hi,
It is a known bug https://youtrack.jetbrains.com/issue/PY-32021, please follow it for future updates.
See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Kind regards,
Sergey
Thanks