phpstorm xdebug

phpstorm  xdebug

 1.phpstorm设置 

phpstorm  xdebug

 

 phpstorm  xdebug

 

 

 

phpstorm  xdebug

 

 

phpstorm  xdebug

 

 

 

 

php.ini 配置文件最后一行加上如下

 

zend_extension = D:\phpstudy\Extensions\php\php5.5.9nts\ext\php_xdebug.dll
xdebug.remote_enable =1
xdebug.remote_handler = dbgp
xdebug.remote_host = localhost
xdebug.remote_mode = req
xdebug.remote_port = 9000
xdebug.idekey=PHPSTORM

 

 phpstorm  xdebug

 

 

 

 

xdebug扩展打开、phpstudy设置

 

phpstorm  xdebug

 

phpstorm xdebug

上一篇:存在空闲CUDA前提下报错:RuntimeError: CUDA error: out of memory


下一篇:如何在QT项目中引入Boost库