문제

I was recently introduced to Spyder. I decided to use Spyder because of its debugging capabilities. However, I have not been able to effectively use pdb in Spyder. When I started, I had the impression that the debugging tool would be similar to that of MATLAB. Is this true? How can the interpreter point to the breakpoint? I'd appreciate a proper resource on this.

도움이 되었습니까?

해결책

(Spyder dev here) If you are using an Spyder version less than 2.2.5, please update it. On it you will find a Debug menu from which you can set breakpoints and control all debugging actions we have to offer.

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