How do you debug PHP?

Source: Internet
Author: User
Tags apache log
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.



Reply to discussion (solution)

Look at Apache log.

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.

Run View Apache.log

Error log

Check for logic errors General Var_dump yourself

Var_dump +1

Turn On Error display error_reporting (e_all), logic problem or self-collation clear!!

Breakpoint Debugging:

Look at Apache log.

How old are you?

1.error_reporting (E_all)
2. Breakpoint Debug Var_dump ()
Breakpoint Debugging Tool for 3.ide Editor

Good, study of ...
Thank you, guys.

  • Related Article

    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.