步骤1:
[Xdebug]
zend_extension=“D:\phpstudy_pro\Extensions\php\php5.4.45nts\ext\php_xdebug.dll”
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.remote_enable=On
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_handler=dbgp
;xdebug3.0中用于代替之前的xdebug.remote_port
xdebug.client_port=9001
xdebug.idekey=PHPSTORM
xdebug.auto_trace=On
xdebug.trace_output_dir=D:/phpstudy_pro/Extensions/php_log/php5.4.45nts.xdebug.trace
xdebug.profiler_enable=On
xdebug.profiler_output_dir=D:/phpstudy_pro/Extensions/php_log/php5.4.45nts.xdebug.profiler
phpStorm:
FireFox浏览器:
安装插件
输入网址调试时点击这个昆虫图标