Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

디버깅 중단점이 작동하지 않습니다. #1160

Open
Adelyne0719 opened this issue Jun 23, 2023 · 0 comments
Open

디버깅 중단점이 작동하지 않습니다. #1160

Adelyne0719 opened this issue Jun 23, 2023 · 0 comments

Comments

@Adelyne0719
Copy link

main.py 는 pyqt5로 윈도우 생성해서 현재 변수들의 값을 보여주는 코드를 작성하였고, sub로 여러개의 파일을 만들어서 데이터를 main으로 보내는 역할을 하도록 만들었습니다 .
그중에 trade.py 는 거래소와 api로 주문을 넣고 거래소의 실시간 데이터를 가져오는 코드를 작성하였는데, trade.py에 버그가 있는것 같아 확인하려고 break point를 찍어도 멈추지않고 계속 작동하는데
왜그런지 궁금하고, 해결방법이 궁금합니다.

trade.py의 print('check') 코드에 debugging break point를 찍었는데
콘솔에 check 라는 문자는 출력되지만 멈추지 않고 디버깅모드로 진입이 안됩니다.
main.py에 찍으면 바로 해당코드에서 멈추고 디버깅 모드가 됩니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant