Editor's review
Powerful PHP project development tool which integrated with PHP code editor and debugger. Without any other PHP server, you can edit and debug an PHP project with the help of PHP server integrated capable of debugging.
Features: PHP Debugger is a powerful php project development tool. A PHP code editor and debugger have been integrated with it to make development work easier. There is an integrated PHP server too so that you can start edit and debug without the need to set up a separate PHP server. You can simply create PHP project. Without IIS and apache, you can run and debug the PHP project after creation. Editing with code cue function makes coding easy. The editor is aware of the source level code syntax. It is able to optimally code PHP programs. The editor then is able to list the member functions and the grammar cues of the objects integrated in the source. Debug support is extensive. Starts with the breakpoint feature. Set a breakpoint in the source code and then execute and find out what`s happening. You can use the step feature too, to step the program through its paces. There are several ways you can trace the values of variables during the breakpoint or the stepping of the program. These breakpoints could be set at any line of code. A step-in feature lets you execute the next line of code and if the next line is a function call then the entry happens at the beginning of the function. Step out feature lets you reach the point at which the function was called and find out what happened prior to that. Step over is the feature when current line of code is executed. Watching of specific variable or a valid PHP expression is possible.
Overall: A very good debug tool.
User comments