How to configure the single-step debugging environment of PhpIDE:
My computer environment:
Windows xp 32-bit
Php IDE has zend studio for eclipse, Eclipse for PHP Developers
The server has apache 2.2.25 and wamp integration.
Php version 5.3.28
IDE and server can be changed. the important thing is how to configure single-step debugging for IDE (breakpoint debugging)
I have referenced many online configurations, which are not messy and fail.
Thank you for your guidance. This debugging is very important for development.
Reply to discussion (solution)
Some friends, I have used it, I have configured it, and it's very bitter.
I usually debug it directly in the browser. Generally, the troubleshooting is to operate the echo die on my own. The breakpoint PHP has never been used, but Java can.
I am used to using java. so when Php is developed with this function, I want to make it very useful.
Score for successful replies
You use phpstorm and have many functions for single-point debugging.