当前位置:网站首页>PHP debugging tool - how to install and use firephp
PHP debugging tool - how to install and use firephp
2022-07-24 09:25:00 【Chon.Wang】
One 、FirePHP essential information
1.1 Basic introduction
FirePHP You can print debugging information to the browser
FirePHPConsole .
1.2 Related website
Two 、 install FirePHP
2.1 GoogleChrome Browser installation FirePHP plug-in unit
This step requires harmonious operation .
- open Google-Chrome - Plug in URL
- Click on Added to the Chrome
- Turn on FirePHP plug-in unit , Click me to view the complete installation operation video
2.2 composer install FirePHP
If not already installed composer , Please install first. Composer.
Check me out. - Mac M1 install Composer
Check me out. - Official installation Composer technological process
# Install... In the project FirePHP
composer require firephp/firephp-core
3、 ... and 、 The sample code
<?php
require('./vendor/autoload.php');
$fire = FirePHP::init();
# $fire->log(' What to print ', ' Tag name ');
$message = ['Chon', 'Leslie', 'Sam'];
$fire->log($message,' full name ');
$fire->info("Info Message!");
$fire->warn("Warn Message!");
$fire->error("Error Message!");
# Group display , The default effect is expand , Collapsed=>true Turn off the expansion effect
$fire->group(' Group name ', array('Collapsed'=>true));
$fire->log($message,' full name ');
$fire->info($message,' full name ');
$fire->groupEnd();
边栏推荐
- Seven data show the impact of tiktok's combination of payment and organic content
- NVIDIA set persistent mode
- Leetcode skimming: dynamic planning 03 (climb stairs with minimum cost)
- SQL 优化原则
- Linked list - 19. Delete the penultimate node of the linked list
- JS locate Daquan to get the brother, parent and child elements of the node, including robot instances
- Scarcity in Web3: how to become a winner in a decentralized world
- DSP development, using CCS software to establish engineering and burning
- Account 1-2
- Why is TCP a triple handshake
猜你喜欢

JS locate Daquan to get the brother, parent and child elements of the node, including robot instances

Opencv learning Day5

Detailed explanation of the whole process of R & D demand splitting | agile practice

js定位大全获取节点的兄弟,父级,子级元素含robot实例
![[don't bother to strengthen learning] video notes (III) 3. SARS (lambda)](/img/3b/981bd564a5855a317ccdd4800871ce.png)
[don't bother to strengthen learning] video notes (III) 3. SARS (lambda)

配置系统环境变量的时候误删了Path怎么办?

Code random notes_ Linked list_ Turn over the linked list in groups of 25K
![[assembly language practice] (II). Write a program to calculate the value of expression w=v- (x+y+z-51) (including code and process screenshots)](/img/0d/c8042ce5019d7dc5414dde5ebf1e8d.jpg)
[assembly language practice] (II). Write a program to calculate the value of expression w=v- (x+y+z-51) (including code and process screenshots)
![[don't bother to strengthen learning] video notes (II) 1. What is Q-learning?](/img/4f/809adc96e30fad03a113acc3df4b61.png)
[don't bother to strengthen learning] video notes (II) 1. What is Q-learning?

Leetcode102-二叉树的层序遍历详解
随机推荐
How to open the port number of the server, and the corresponding port of common network services
Excuse me, what are the financial products with an annual interest rate of 6%
[don't bother to strengthen learning] video notes (IV) 1. What is dqn?
TT ecosystem - cross border in-depth selection
Assignment operator (geritilent software - Jiuye training)
Protocol buffers 的问题和滥用
Little dolphin "transformed" into a new intelligent scheduling engine, which can be explained in simple terms in the practical development and application of DDS
UE5影视动画渲染MRQ分层学习笔记
One year after I came to Ali, I ushered in my first job change
Scheme and software analysis of dual computer hot standby system "suggestions collection"
科目1-3
云原生(十二) | Kubernetes篇之Kubernetes基础入门
[assembly language practice] solve the unary quadratic equation ax2+bx+c=0 (including source code and process screenshots, parameters can be modified)
Cess test online line! The first decentralized storage network to provide multiple application scenarios
Un7.22: how to upload videos and pictures simultaneously with the ruoyi framework in idea and vs Code?
SQL server2012 installation method details [easy to understand]
Vscode failed to use SSH Remote Connection (and a collection of other problems)
【笔记】什么是内核/用户空间 从CPU如何运行程序讲起
Cloud primordial (12) | introduction to kubernetes foundation of kubernetes chapter
Jenkins post build script does not execute