当前位置:网站首页>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 .
边栏推荐
- 深度学习分类网络 -- ZFNet
- Tencent Android development interview, basic knowledge of Android Development
- 解剖生理学复习题·VIII血液系统
- 永磁同步电机转子位置估算专题 —— 基波模型与转子位置角
- Value of APS application in food industry
- Tencent T4 architect, Android interview Foundation
- [cloud lesson] EI lesson 47 Mrs offline data analysis - processing OBS data through Flink
- Jupyter launch didn't respond after Anaconda was installed & the web page was opened and ran without execution
- [weekly pit] output triangle
- “罚点球”小游戏
猜你喜欢
知识图谱构建流程步骤详解
02 基础入门-数据包拓展
Node. Js: express + MySQL realizes registration, login and identity authentication
Tencent T3 teaches you hand in hand. It's really delicious
Implementation of packaging video into MP4 format and storing it in TF Card
B-jiege's tree (pressed tree DP)
持续测试(CT)实战经验分享
Gui Gui programming (XIII) - event handling
Design your security architecture OKR
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
随机推荐
(工作记录)2020年3月11日至2021年3月15日
[weekly pit] positive integer factorization prime factor + [solution] calculate the sum of prime numbers within 100
recyclerview gridlayout 平分中间空白区域
Unity makes AB package
Detailed introduction of distributed pressure measurement system VIII: basic introduction of akka actor model
Use of OLED screen
【云原生与5G】微服务加持5G核心网
2022 portal crane driver registration examination and portal crane driver examination materials
解剖生理学复习题·VIII血液系统
SSH connection denied
Tencent T3 teaches you hand in hand. It's really delicious
夏志刚介绍
Appx code signing Guide
棋盘左上角到右下角方案数(2)
[cloud lesson] EI lesson 47 Mrs offline data analysis - processing OBS data through Flink
Notes on beagleboneblack
Recyclerview not call any Adapter method :onCreateViewHolder,onBindViewHolder,
8086 instruction code summary (table)
枚举根据参数获取值
JVM_ Common [interview questions]