我已经安装了geben和xdebug来调试PHP代码,但我不知道如何在emacs中使用它们。
我使用了M-x geben
,但我得到了“等待调试服务器在端口900连接”
那么我如何使用geben来调试php代码和plz如果有任何教程只需给出链接谢谢:)
答案 0 :(得分:1)
正如What is a good setup for editing PHP in Emacs?所述,请参阅http://blog.local.ch/archive/2008/08/08/debug-php-in-emacs-with-geben.html(Internet Archive copy)获取教程。
答案 1 :(得分:1)
在php.ini中安装并配置了xdebug后,如果你将xdebug设置为默认不启动,则重新启动你的apache服务器。
http://url?XDEBUG_SESSION_START=1