当前位置:网站首页>Summary of different configurations of PHP Xdebug 3 and xdebug2
Summary of different configurations of PHP Xdebug 3 and xdebug2
2022-07-06 20:29:00 【billycoder】
Xdebug 3 Many configuration settings have been deleted and changed . This section lists the deleted settings and their replacements .
xdebug.auto_trace #
Use xdebug.mode =trace and xdebug.start_with_request = yes.
xdebug.collect_includes #
have been deleted .include() and The name of the file require() Now it is always included in the development assistant and Function trace output .
xdebug.collect_params #
have been deleted . Now? , stay Development Helpers and Function Trace Parameters with variable contents and parameter names can always be seen in the output .
xdebug.collect_vars #
Removed , Only with xdebug_get_declared_vars() Functions are used in combination , Also removed .
xdebug.coverage_enable #
Use xdebug.mode = coverage.
xdebug.default_enable #
Use xdebug.mode = develop.
xdebug.extended_info #
There is no substitute .Xdebug It will automatically open this when necessary PHP Engine settings .
xdebug.gc_stats_enable #
Use xdebug.mode = gcstats.
xdebug.gc_stats_output_dir #
Use generic xdebug.output_dir Set up .
xdebug.overload_var_dump #
have been deleted .PHPvar_dump() Now always pass xdebug_var_dump() When xdebug.mode Set to develop. xdebug_var_dump () Function availability is independent of the configured mode .
xdebug.profiler_enable #
Use xdebug.mode = profile.
xdebug.profiler_enable_trigger #
Use xdebug.mode =profile and xdebug.start_with_request = trigger.
xdebug.profiler_enable_trigger_value #
Use generic xdebug.trigger_value Set up .
xdebug.profiler_output_dir #
Use generic xdebug.output_dir Set up .
xdebug.remote_addr_header #
Replace with xdebug.client_discovery_header.
xdebug.remote_autostart #
Use xdebug.mode =debug and xdebug.start_with_request = yes.
xdebug.remote_connect_back #
Replace with xdebug.discover_client_host.
xdebug.remote_enable #
Use xdebug.mode = debug.
xdebug.remote_handler #
There is no substitute .Xdebug The stepping debugger of only supports DBGp The handler .
xdebug.remote_host #
Replace with xdebug.client_host.
xdebug.remote_log #
from xdebug.log replace , It also includes the addition of Step Debugging Log messages other than .
xdebug.remote_log_level #
Replace with xdebug.log_level.
xdebug.remote_mode #
about req value ( Original default ), Use xdebug.mode =debug and xdebug.start_with_request = trigger. If original xdebug.remote_autostart Behavior , Please use xdebug.start_with_request =yes instead of trigger.
For this jit value , Please use xdebug.mode =debug and xdebug.start_upon_error = yes.
xdebug.remote_port #
Replace with xdebug.client_port.
The default value is also from change 9000 by 9003.
xdebug.remote_timeout #
Replace with xdebug.connect_timeout_ms.
xdebug.show_mem_delta #
have been deleted . You can calculate the difference in memory usage by comparing the usage of the current frame with that of the previous frame .
xdebug.trace_output_dir #
Use generic xdebug.output_dir Set up .
xdebug.trace_enable_trigger #
Use xdebug.mode =trace and xdebug.start_with_request = trigger.
xdebug.trace_enable_trigger_value #
Use generic xdebug.trigger_value Set up .
边栏推荐
猜你喜欢

Gui Gui programming (XIII) - event handling

How to upgrade high value-added links in the textile and clothing industry? APS to help

rt-thread i2c 使用教程

B-杰哥的树(状压树形dp)

小孩子学什么编程?

Implementation of packaging video into MP4 format and storing it in TF Card

【每周一坑】计算100以内质数之和 +【解答】输出三角形

Node. Js: express + MySQL realizes registration, login and identity authentication
Tencent architects first, 2022 Android interview written examination summary

报错分析~csdn反弹shell报错
随机推荐
Tencent T4 architect, Android interview Foundation
Problems encountered in using RT thread component fish
Unity makes AB package
Crawler (14) - scrape redis distributed crawler (1) | detailed explanation
Detailed introduction of distributed pressure measurement system VIII: basic introduction of akka actor model
【云原生与5G】微服务加持5G核心网
Tencent T3 Daniel will teach you hand-in-hand, the internal information of the factory
2022 refrigeration and air conditioning equipment installation and repair examination contents and new version of refrigeration and air conditioning equipment installation and repair examination quest
[weekly pit] information encryption + [answer] positive integer factorization prime factor
Tencent T2 Daniel explained in person and doubled his job hopping salary
夏志刚介绍
5. Nano - Net in wireless body: Top 10 "is it possible?" Questions
Core principles of video games
Tencent T3 teaches you hand in hand. It's really delicious
JS implementation force deduction 71 question simplified path
知识图谱之实体对齐二
使用.Net分析.Net达人挑战赛参与情况
Use of OLED screen
Utilisation de l'écran OLED
Technology sharing | packet capturing analysis TCP protocol