phpstorm配置xdebug

[XDebug]
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"

xdebug.profiler_append = 0
;效能监测的设置开关

xdebug.profiler_enable = 1

xdebug.profiler_enable_trigger = 0

;生成的效能监测文件的名字

xdebug.profiler_output_name ="cache.out.%t-%s"

; IDE与XDebug协作

xdebug.remote_enable = 1

xdebug.remote_handler = "dbgp"

xdebug.remote_host = "127.0.0.1"

xdebug.remote_port = 9900

xdebug.idekey = phpstorm-xdebug

phpstorm配置xdebug

phpstorm配置xdebug

phpstorm配置xdebug

phpstorm配置xdebug