XDebug的配置和使用

XDebug的配置和使用_第1张图片XDebug的配置和使用_第2张图片XDebug的配置和使用_第3张图片XDebug的配置和使用_第4张图片XDebug的配置和使用_第5张图片XDebug的配置和使用_第6张图片

[XDebug]
xdebug.auto_trace = 1
xdebug.trace_format = 0
xdebug.trace_output_dir="E:\phpshudy2018\PHPTutorial\tmp\xdebug"
xdebug.trace_opyions = 0

xdebug.collect_params = 4
xdebug.collect_return = 1
xdebug.collect_vars = 1
xdebug.collect_assignmengts = 1

xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir="E:\phpshudy2018\PHPTutorial\tmp\xdebug"
xdebug.profiler_output_name = "cache.out.%t-%s"

xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
zend_extension="E:\phpshudy2018\PHPTutorial\php\php-5.4.45-nts\ext\php_xdebug.dll"

(路径需要改变 纯手打)
更改方式 :phpstudy 其他选项菜单 打开配置文件 php-ini

在这里表示 我无法通过视频的方式找到xdebug 。。。寻找寻找原因中 找到马上补上!

你可能感兴趣的:(XDebug的配置和使用)