1. 程式人生 > >Phpstorm 搭建可斷點除錯的php開發環境+nginx rewrite

Phpstorm 搭建可斷點除錯的php開發環境+nginx rewrite

Phpstorm 搭建可斷點除錯的php開發環境

測試環境為win10 X64


[xdebug]
zend_extension = F:\Programs\PHP\ext\php_xdebug-2.4.1-5.4-vc9-nts.dll
xdebug.idekey="PHPSTORM"
xdebug.remote_host=127.0.0.1
xdebug.remote_enable=on
xdebug.remote_autostart=on
xdebug.scream=off
xdebug.show_error_trace=on
xdebug.show_exception_trace=on
xdebug.show_local_vars=on
xdebug.show_mem_delta=on
xdebug.trace_enable_trigger=on
xdebug.collect_assignments=on
xdebug.collect_includes=on
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.collect_vars=on