Python/Python__IDE

pydev debugger: warning: trying to add breakpoint to file that does not exist

말하는감자 2020. 2. 6. 19:16
pydev debugger: warning: trying to add breakpoint to file that does not exist

콘솔에 오류 찍히는거 삭제 방법

 

콘솔 왼쪽의 Breakpoints 버튼 클릭 

 

왼쪽에 잡힌 포인트들을 삭제해주면 이제 에러 안남

 

제 경우에는 삭제한 파일에 찍혀있는 브레이크포인트 때문에 오류가 많이 나고 있었습니다...-_-;

삭제하면 자동으로 브레이크포인트가 날아갈줄 알았는데?!

'Python > Python__IDE' 카테고리의 다른 글

파이참 메모리 늘리기  (0) 2020.06.18
pycharm show indent guides  (0) 2019.01.28