ttocskcaj Posted March 4, 2012 Share Posted March 4, 2012 I've been using MacGDBp for debugging, but I've seen a few screenshots around of debugging clients that show a summary page. How many function calls, execution time etc. Can MacGDBp do this? Or is there a better alternative? Link to comment https://forums.phpfreaks.com/topic/258223-best-xdebug-client-for-mac-osx/ Share on other sites More sharing options...
gizmola Posted March 7, 2012 Share Posted March 7, 2012 Those are features of the "profiling" mode of XDebug. I think I did a fairly decent job covering the profiler in this article: http://www.flingbits.com/tutorial/view/xdebug-for-developing-debugging-and-profiling-php In summary you need a cachegrind application to interpret and display the profiling data. Webgrind is one option (a web application) but I found that to be slow and lowest common denominator when compared to a lot of the client applications. There's a pretty good discussion of some of the mac port options for getting the better *nix based apps running on the Mac: http://stackoverflow.com/questions/4473185/do-you-have-kcachegrind-like-profiling-tools-for-mac Link to comment https://forums.phpfreaks.com/topic/258223-best-xdebug-client-for-mac-osx/#findComment-1324766 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.