Atitit. Design and implementation of breakpoint single-step debugging in scripting language ATTIALX summary php references Java

Source: Internet
Author: User
Tags vars

Atitit. Design and implementation of breakpoint single-step debugging in scripting language attialx summary php references java

1. Breakpoint Implementation: Manual breakpoint Die and exit are equivalent 1

2. The implementation of the variable table 1

3. Print_r ($vars _list); 1

4. Both Print_r and var_dump can output arrays and objects. 1

5. References 2

1. Implementation of breakpoints: manual breakpointsDie and exit are equivalent.2. Implementation of variable tables

$vars _list= Array ();

Put the variable table UI:

Global $vars _list;

$vars _list["tab"]= $table;

Show variable table

Print_r ($vars _list);

Author:: Old Wow's paw attilax Ayron, email:[email protected]

Reprint please indicate source: Http://blog.csdn.net/attilax

3. Print_rand theVar_dumpcan output arrays and objects,

But the output of the print_r is not obvious to the Boolean type, and the var_dump output is more specific than the general debugging.

4. References

PHP Breakpoint Debugging Several methods of discussion -PHP Programming _ Kaka net . htm

Atitit. Design and implementation of breakpoint single-step debugging in scripting language ATTIALX summary php references Java

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.