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