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

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

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