Which php ide can view the call stack effect?

Source: Internet
Author: User
Tags apache php php server
Which php ide can view the call stack effect? Which php ide can view the call stack effect?


Reply to discussion (solution)

Phpstorm does not seem to be found. Is there any recommendation?

Zend studio is fine. The mechanism is: open xdebug in apache php configuration (you can search for nodes by yourself), and the program runs on apache through a browser. When xdebug is enabled, third-party tools such as zend can use remote debug ). Zend is based on eclipse. the remote debugging mechanism is the same as that of all eclipse remote debugging.

The specific setting of zend studio (take 13 as an example) is to open debug configurations (you can see it by clicking the arrow on the right of the debug button ). Right-click the Php web application and add a new debugger. under the Server tab, enter the name as needed, select apache for the PHP server, select the File entry File to be run, and configure the running path. Under the debugger tab: Set the Debugger to xdebug.

After the configuration is complete, click Apply to save it, and then click the debug button below to start it (or directly open the browser and type the address. as long as zend is enabled, it will be able to capture and breakpoint at the first line)

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.