How to Debug PHP programs by the way, ask if PHP has a powerful IDE that integrates code editing, engineering management, and debugging like. Which of the following are relatively easy to use and free of charge? Thank you ., EclipsforPHP has the error prompt function ., Install a zenddebugger on zendstudio and check how to Debug the PHP program.
By the way, I would like to ask if PHP has a powerful IDE that integrates code editing, engineering management, and debugging like.
Which of the following are relatively easy to use and free of charge? Thank you.
------ Solution --------------------
Eclips for PHP has the error prompt function.
------ Solution --------------------
Zend studio
Install a zend debugger.
------ Solution --------------------
Php debugging usually involves direct output, echo, and print_r. Single-step debugging? To view the value of the variable, just echo it.
------ Solution --------------------
One-step debugging is the stuff in the compilation. it is reasonable to say that an explanatory language does not need a special debugging tool. you can change the code at any time and view the running effect, without the need for compilation and execution, you can set the breakpoint as needed. to test which block, just pull it out and test it. you can set the exit or die breakpoint.
------ Solution --------------------
Xampp, appserv, and wamp can all be used. Click next.
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.