How do you guys debug php?

Source: Internet
Author: User
Tags apache log
How do you debug PHP?
How do you debug PHP?
With what software?
My IDE uses NetBeans.
Usually is a line of the look.

Alas, the code writes more than one count,
I can't see it, I wasted a morning.



------Solution--------------------
Look at Apache log.
------Solution--------------------
Open error display, all syntax errors PHP will tell you
However, no debugging tool can check the correctness of the business process for you, such as code that writes more than one count and is not a grammatical error.
------Solution--------------------
Run View Apache.log
------Solution--------------------
Error log
------Solution--------------------
Check for logic errors General Var_dump yourself
------Solution--------------------
Turn On Error display error_reporting (e_all), logic problem or self-collation clear!!
------Solution--------------------
Breakpoint Debugging:
------Solution--------------------
1.error_reporting (E_all)
2. Breakpoint Debug Var_dump ()
Breakpoint Debugging Tool for 3.ide Editor
  • Contact Us

    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.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.