Said after installing Xdebug can make breakpoint debugging, set good use Xdebug, start debugging.
Set the breakpoint of index.php first, then select "PHP Web page" debugging mode, the system automatically opens a web window display content, and does not stop at "breakpoint".
Excuse me, where is the problem?
Reply to discussion (solution)
About breakpoints, zendstudio,elicpse I only test under Linux is valid ... win has not been effective.
Zendstudio breakpoint useless, do not know what cause
It took me 4 hours to find the answer, and then I found out that the problem was due to the 9000 ports used by Xdebug.
The workaround is to change the 9000 to 9999 and solve the problem decisively
It took me 4 hours to find the answer, and then I found out that the problem was due to the 9000 ports used by Xdebug.
The workaround is to change 9000 to 9999, and the problem will not be solved decisively.