当前位置:网站首页>Tp6 debugging (trace)
Tp6 debugging (trace)
2022-06-12 10:08:00 【Your brother's programming path (love to share)】
author : Ye Gui Chen Huawei cloud sharing expert 51cto( Expert bloggers Tomorrow's star TOP Sensation )
List of articles
Preface
Learn to trace debugging . Debug in controller
One 、 debugging
tp6 Built in debugging
Two 、 Use steps

3、 ... and 、 Code :
<?php
// +----------------------------------------------------------------------
// | Trace Set up It is effective after the debugging mode is turned on
// +----------------------------------------------------------------------
return [
// built-in Html and Console Two ways Support extended
'type' => 'console',// Put the debugging information on the console
// Read log channel name
'channel' => '',
'tabs' => [// Debugging information , panel
'base' => ' basic ',
'file' => ' file ',
'info' => ' technological process ',
'error|notice|warning' => ' error ',
'sql' => 'SQL',
'debug' => ' debugging ',
'user' => ' user ',
],
];
3、 ... and : effect :

summary
Thank you for watching , thank you .
边栏推荐
- MySQL VI Database lock
- 7-5 zhe zhe playing games
- [untitled]
- SAP Hana error message sys_ XSA authentication failed SQLSTATE - 28000
- 极速搭建元宇宙画廊 #oncyber.io
- Auto. JS debugging: use the network mode of lightning simulator for debugging
- MySQL索引常见问题
- Auto. JS learning notes 7: JS file calls functions and variables in another JS file to solve various problems of call failure
- 2021-02-12
- 2021-02-21
猜你喜欢

MySQL optimized slow log query

Auto. JS debugging: use the network mode of lightning simulator for debugging

First NFT platform in dfinity Ecology: impossible thoughts

Redis (I) Internal data structure

原始套接字使用

2021-03-26

Implementation of fruit mall wholesale platform based on SSM

Strange error -- frame detected by contour detection, expansion corrosion, and reversal of opening and closing operation effect

IoT简介

7-13 地下迷宫探索(邻接表)
随机推荐
Pandorabox uses firewall rules to define non internet time
Antique mfc/gdi+ Frame LCD display control
C language recursive folder code
Clickhouse column basic data type description
Explanation of the principle of MySQL's leftmost matching principle
Auto. JS debugging: use the network mode of lightning simulator for debugging
【云原生 | Kubernetes篇】Kubernetes 网络策略(NetworkPolicy)
markdown_ Picture side by side scheme
JVM (VI) Virtual machine bytecode execution engine (with stack execution process and bytecode instruction table)
MySQL 4 Database table storage structure & tablespace
Japanese economic foam and house price foam
行业分析怎么做
[path of system analyst] Chapter 18 security analysis and design of double disk system
High performance computing framework for image processing
Jetpack architecture component learning (3) -- activity results API usage
JVM (IV) Class file structure (complete parsing of bytecode attached)
Auto. JS learning notes 8: some common and important APIs
2021-01-13
Implementation of fruit mall wholesale platform based on SSM
7-13 地下迷宫探索(邻接表)