xdebug.remote_handler=dbgp xdebug.idekey=PHPSTORM ;開啓遠程調試 xdebug.remote_enable = On ;遠程主機 xdebug.remote_host=localhost ;主機端口 xdebug.remote_port=9001 ;開啓自動跟蹤 xdebug.auto_trace = On ;開啓異常跟蹤 xdebug.show_exception_trace = On ;開啓遠程調試自動啓動 xdebug.remote_autostart = On ;收集變量 xdebug.collect_vars = On ;收集返回值 xdebug.collect_return = On ;收集參數 xdebug.collect_params = On ;臨時跟蹤信息輸出 ;xdebug.trace_output_dir="d:/PHP/php-5.3.28/temp" ;顯示局部變量 xdebug.show_local_vars = On xdebug.profiler_enable = On ;xdebug.profiler_output_dir ="d:/PHP/php-5.3.28/temp" xdebug.trace_enable_trigger =On xdebug.remote_autostart = On