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

xdebug notepad++ DEBp 调试 php

WBOY
WBOYOriginal
2016-06-06 20:07:531769Durchsuche

这本来很容易的一些配置,搞了我大半天时间,翻墙查了不少质料,突然想到是不是 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

访问时加上 ?XDEBUG_SESSION_START=anythingyouwant

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn