문제

I've setup a remote debugging configuration in PyCharm based on this link. Despite the fact that I unmarked the Suspend after connect option, the debugger suspends upon connect and I must manually resume the program on each run.

Is there a way for the remote debugger not to suspend on connect?

도움이 되었습니까?

해결책

You could try passing suspend=False to pydevd.settrace() in case PyCharm has some problem with applying this setting itself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top