Home > Backend Development > PHP Tutorial > PHP debugging tool Xdebug

PHP debugging tool Xdebug

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 08:51:31
Original
1083 people have browsed it

1.Introduction to Xdebug


2. If you are using wamp, it has been integrated into it. You can use phpinfo() to check whether Xdebug has been installed

.

Check whether Xdebug has been installed 2. Load the xdebug component in PHP.ini


PHP 调试工具Xdebug

Xdebug is in Configuration in php.ini

More configuration options can be viewed here: Xdebug configuration options

3. Simple application

<?php
  include 'blogger.php';//因为没有这个文件,所以Xdebug会报下面的错误
?>?
Copy after login


PHP 调试工具Xdebug

Personal homepage: https://plus.google.com/+sherlockwang/posts

Original link: http://woqilin.blogspot.com/2012/09/php-xdebug.html

The above has introduced the PHP debugging tool Xdebug, including various aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
sublime xdebug problem
From 1970-01-01 08:00:00
0
0
0
PHP: Xdebug access denied but exits with code 0
From 1970-01-01 08:00:00
0
0
0
Install Xdebug for PHP 7.4 on M1 Apple
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template