我按照以下步骤操作:
修改php.ini并插入以下
zend_extension_ts="D:\Program Files\webserver\php\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.idekey=default
xdebug.remote_autostart=1
重启apache并成功安装XDebug。
DBGP已成功安装并配置为127.0.0.1
但是XDebugger仍然没有连接/使用notepad ++。
答案 0 :(得分:17)
我在这里找到了答案
http://thecancerus.com/debugging-php-using-xdebug-and-notepad-part-i/
确保安装了最新版本的Notepad ++。
答案 1 :(得分:4)
XDebug现在拥有自己的巫师。
您所要做的就是将phpinfo输出的内容复制并粘贴到其中。它将为您提供正确的库以及您需要添加到php.ini的详细信息。
不要忘记,您必须使用?XDEBUG_SESSION_START=name
附加您的网址才能启动。