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
More configuration options can be viewed here: Xdebug configuration options
3. Simple application
<?php include 'blogger.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.