python - PyCharm debugger attaches to local process but doesn't pause -
i've got long-running python 3.5 process has hung. followed https://www.jetbrains.com/help/pycharm/attaching-to-local-process.html attach process.
i have attached process
attaching process pid=4332 c:\python35\python3.exe "c:\program files\jetbrains\pycharm community edition 2017.2\helpers\pydev\pydevd_attach_to_process\attach_pydevd.py" --port 13980 --pid 4332 connected pydev debugger (build 172.3317.103) attach finished successfully.
but when press pycharm debugger pause button examine state nothing happens.
Comments
Post a Comment