Spyder编译器的问题,python无法进行debug调试

就是我安装了spyder后,对python的脚本,可以直接运行,但是无法进行debug调试。
报错内容如下:TypeError: runfile() got an unexpected keyword argument 'current_namespace'
具体细节图可展示。
麻烦各位救救孩子!

img

runfile()应该没有这个参数current_namespace,你看看你的runfile()是怎样定义

我也遇到这个问题

你好,请问spyder这个问题”typeerror: runfile( got an unexpected keyword argument current__namespace“,您解决了嘛?我也遇到了这个问题