Question

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.

Was it helpful?

Solution

(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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top