我用 mod_fastcgi 运行 apache 来运行 python 脚本(使用 Ubuntu 操作系统)。
如何使用 fastcgi 调试 python?我pdb.set_trace()
在脚本中进行了调用,但是在浏览器中加载页面时,在我运行 apache 启动命令 ( /etc/init.d/apache2 start
) 的控制台中没有任何反应。python调试器应该在哪里运行?
担
我用 mod_fastcgi 运行 apache 来运行 python 脚本(使用 Ubuntu 操作系统)。
如何使用 fastcgi 调试 python?我pdb.set_trace()
在脚本中进行了调用,但是在浏览器中加载页面时,在我运行 apache 启动命令 ( /etc/init.d/apache2 start
) 的控制台中没有任何反应。python调试器应该在哪里运行?
担