问题
It looks like spyder IDE is pretty limited when it comes to debugging any scipy ML code as it is not possible to run scipy optimization methods or plotting libraries in debug mode. The kernel keeps on restarting . I am not sure how to debug my code particularly the scipy.optimize.minimize method( i don't want to go inside the method to debug but just want to execute it in a loop of 10 and read the parameter theta). I can do it easily in Octave.
I am surprised that spyder python IDE lacks proper debugging capabilities to this extend.I was reading a response in stackoverflow by the developer of Sypder dated approx 2 years back talking about improving the debugging capabilities. I am using spyder 3.4.1 with python 3.6 and unfortunately it is still not good. can someone please recommend a better IDE mode of debugging in python ? .
I have installed my python using Anaconda distribution which I thought is the best out there. appreciate your help.
来源:https://stackoverflow.com/questions/44933245/python-spyder-ide-3-14-python-3-6-kernel-restarts-while-running-in-debug-mode