intellij에서 debug모드로 실행하면 아래의 오류가 뜨는 경우가 있다. 그래서 debug 모드로 실행이 안된다.
ValueError: wrapper has not been initialized
그럴 경우에는 설정을 변경하고 다시 실행하면 된다.
설정방법은 아래와 같다.
1. Search Everywhere 실행 (shift 두번)
2. Actions에서 Registry 입력
3. python.debug.low.impack.monitoring.api 체크 해제
이렇게 설정을 변경하고 debug를 실행하면 다시 작동한다.
반응형