Home > php教程 > php手册 > xdebug notepad++ DEBp 调试 php

xdebug notepad++ DEBp 调试 php

WBOY
Release: 2016-06-06 20:07:53
Original
1776 people have browsed it

这本来很容易的一些配置,搞了我大半天时间,翻墙查了不少质料,突然想到是不是 DEBp必须要占用 9000 端口,果然,这东东占用这个口也不能修改;php-cgi 调整为 9001,分9000端口给 xdebug使用;问题解决 附上 xdebug 在 php5.4.4 的 php.ini 里的内容 zend_

这本来很容易的一些配置,搞了我大半天时间,翻墙查了不少质料,突然想到是不是 DEBp必须要占用 9000 端口,果然,这东东占用这个口也不能修改;php-cgi 调整为 9001,分9000端口给 xdebug使用;问题解决

附上 xdebug 在 php5.4.4 的 php.ini 里的内容

zend_extension = "D:\qzz\trunk\windows\php\ext\php_xdebug-2.2.1-5.4-vc9.dll"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
Copy after login

访问时加上 ?XDEBUG_SESSION_START=anythingyouwant

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template