[XDebug]
xdebug.profiler_output_dir="D:\myphp_www\PHPTutorial\tmp\xdebug"
xdebug.trace_output_dir="D:\myphp_www\PHPTutorial\tmp\xdebug"
xdebug.enable=1
xdebug.remote_enable=1
;如果开启此,将忽略下面的 xdebug.remote_host 的参数
;xdebug.remote_connect_back=1
;自动启动,无需XDEBUG_SESSION_START=1
xdebug.remote_autostart=1
;宿主机IP
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.idekey = PHPSTORM
zend_extension = D:\myphp_www\PHPTutorial\php\php-7.1.13-nts\ext\php_xdebug-2.6.1-7.1-vc14-nts.dll