Phpstorm 搭建可断点调试的php开发环境+nginx rewrite

来源:互联网 发布:同意网络直播合同范本 编辑:程序博客网 时间:2024/06/15 09:20

Phpstorm 搭建可断点调试的php开发环境

测试环境为win10 X64



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



2 0
原创粉丝点击