Was*_* A. 7 php plugins xdebug notepad++
我按照以下步骤操作:
修改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
Run Code Online (Sandbox Code Playgroud)重启apache并成功安装XDebug.
DBGP已成功安装并配置为127.0.0.1
但是XDebugger仍然没有连接/使用notepad ++.
Was*_* A. 18
我在这里找到了答案
http://thecancerus.com/debugging-php-using-xdebug-and-notepad-part-i/
确保安装了最新版本的Notepad ++.