python spyder IDE 3.14 ( python 3.6) kernel restarts while running in debug mode

落花浮王杯 提交于 2019-12-13 03:48:26

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!