Before www.leapsoul.cn, I introduced the PHP development tool ZendStudio7 getting started tutorial. In fact, it is very convenient to debug PHP using zendstudio. zendstudio supports the debugging tool zenddebugger by default and third-party
Previously, I introduced the php development tool Zend studio7 getting started tutorial. In fact, it is very convenient to debug PHP using Zend studio. Zend Studio supports the debugging tool Zend Debugger by default and allows the use of
Xdebug Document (iii) stack trace, xdebug document Stack trace
When Xdebug is activated, PHP xdebug displays the stack trace information as soon as the notification, warning, or error is displayed. This stack of information can be configured to
debugging software is not exactly a fun job for developers. the most widely used Debugger for PHP still seems to be a var_dump () statement, possibly in conjunction with die () to halt program execution at a certain point. while there is nothing
Use GDB to Debug PHP code to solve the endless loop of PHP code. When I used GDB to Debug PHP code and solve the PHP code endless loop problem and recently helped my colleagues solve the SwooleServer problem, I found that one worker process has been
Debugging a good code debugger in php "go" allows you to get twice the result with half the effort in solving the problem, because the code debugger can set breakpoints and track code lines by line, you can view the value of a variable and other
Use GDB to Debug PHP code to solve the endless PHP code loop problem, gdbphp. Debug the PHP code using GDB to solve the endless PHP code loop problem. when gdbphp recently helped a colleague solve the SwooleServer problem, it found that one worker
Yesterday morning suddenly found that the test server space is full, with Du folder view, found that PHP debug log occupies a large area, some log directly have 1G, opened after the discovery of extremely many PHP stack trace.
Immediately to the
Use xdebug to Debug PHP to find out the bottleneck of the PHP program. Xdebug is an extension application of PHP. with xdebug, you can easily debug the PHP program. with it, we don't need to use var_dump (), print_r () and so on. Xd
XdebugIt is an
1. IntroductionGDB is a powerful UNIX program debugging tool released by the GNU Open source organization. If you are doing software under the UNIX platform, you will find that GDB has a more powerful debugging tool than VC, BCB's graphical debugger.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.