Programming/Python

[PyCharm][에러 해결] 디버깅 할 때 "Collecting data..." 라는 메세지만 뜨고 값을 볼 수 없을 때

영스퀘어 2022. 5. 9. 21:05

본 글은 아래 링크를 참고하였다.

https://stackoverflow.com/questions/39371676/debugger-times-out-at-collecting-data

 

Debugger times out at "Collecting data..."

I am debugging a Python (3.5) program with PyCharm (PyCharm Community Edition 2016.2.2 ; Build #PC-162.1812.1, built on August 16, 2016 ; JRE: 1.8.0_76-release-b216 x86 ; JVM: OpenJDK Server VM by

stackoverflow.com

PyCharm으로 디버깅을 할 때, 각각의 값이 "Collecting data..." 메세지만 뜨고 값을 볼 수 없을 때가 있다.

이러한 경우 아래 그림과 같이 File-Settings-Python Debugger 에 들어가서 Gevent compatible 을 enable 시켜주면 해결된다.