Is there any good debugging and tracking software that was last edited by nameofhsw in 2013-06-2614: 37: 14? I have now set up an open-source PHP + MYSQL site in a virtual machine linux, I want to see the debugging information of php in the operation. Is there any suitable software? Just like using firebug web pages, it is best to have breakpoint debugging. Is there any good debugging tracking software?
This post was last edited by nameofhsw at 14:37:14
I have now set up an open source PHP + MYSQL site under virtual machine linux. I want to see the debugging information of php in the operation.
Is there any suitable software?
Just like using firebug web pages, it is best to perform breakpoint debugging.
Share:
------ Solution --------------------
I don't know what tools are available in linux, but I have been using vardump and echo to view specific location data. I think most of the problems have been solved.