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



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章