Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/327.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 调试windows上的诅咒应用程序_Python_Debugging_Pycharm_Curses_Pdb - Fatal编程技术网

Python 调试windows上的诅咒应用程序

Python 调试windows上的诅咒应用程序,python,debugging,pycharm,curses,pdb,Python,Debugging,Pycharm,Curses,Pdb,有没有办法调试python程序,最好是从PyCharm调试 我得到以下错误: "C:\Program Files\Python27\python.exe" "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.1.3\helpers\pydev\pydevd.py" --multiproc --client 127.0.0.1 --port 63705 --file D:/prg/curlog/curlog.py awerun

有没有办法调试python程序,最好是从PyCharm调试

我得到以下错误:

"C:\Program Files\Python27\python.exe" "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.1.3\helpers\pydev\pydevd.py" --multiproc --client 127.0.0.1 --port 63705 --file D:/prg/curlog/curlog.py awerun.log
pydev debugger: process 7988 is connecting

Connected to pydev debugger (build 135.973)

Redirection is not supported.

Process finished with exit code 1

PDCurses中不支持重定向,因为重定向操作低于文件句柄级别。这是否意味着你不能调试是另一个问题;我只能告诉你,这个消息来自PDC课程。