debugging - PHP code debugger on the fly -
i have website on localhost, quite complicated 1 many links there program can debug example, happens when click 1 link?or login, etc , show me each function called in each file , that's happening scripts?
you can use eclipse + pdt or netbeans php plugin , install recent version of xdebug. allow set breakpoints, inspect variables, etc.
if want overall view of script/framework can use cachegrind files xdebug able produce , use viewer files (e.g. kcachegrind). understand how many times function called, time consuming parts of application are, etc..
Comments
Post a Comment