knut_dyb Posted June 23, 2010 Share Posted June 23, 2010 Hi guys and gals, I've been developing for years - and I guess I've always had the 'luxury' of writing things more or less from scratch - or using well documented frameworks.... Now, I have inherited a project of more than 400 php files, with includes going here, there and everywhere. My simple question is this; What would you recommend as the fastest, simplest way to get a 'code flow' dump of the code executes as I move through the site? In the old, dark days of yesteryears, a simple xref at compile time would / could give me a list of the code executed... Sometime I wish for those days... :-\ Any ideas anyone? Thx, Knut Quote Link to comment https://forums.phpfreaks.com/topic/205618-alternartive-to-debug-line-by-line/ Share on other sites More sharing options...
JonnoTheDev Posted June 23, 2010 Share Posted June 23, 2010 Take a look at http://cruisecontrol.sourceforge.net/ http://phpundercontrol.org Quote Link to comment https://forums.phpfreaks.com/topic/205618-alternartive-to-debug-line-by-line/#findComment-1076028 Share on other sites More sharing options...
trq Posted June 23, 2010 Share Posted June 23, 2010 Take a look at http://cruisecontrol.sourceforge.net/ http://phpundercontrol.org While continuous integration tools can help put profiling information into context, you probably want to start with the actual profiler / debuger they use. http://xdebug.org Quote Link to comment https://forums.phpfreaks.com/topic/205618-alternartive-to-debug-line-by-line/#findComment-1076039 Share on other sites More sharing options...
knut_dyb Posted June 25, 2010 Author Share Posted June 25, 2010 Hi Neil & Thorpe, Thx guys - xdebug I know about - still getting to grips with it. Cruisecontrol looks interesting - I'll have a crack over the weekend. Thx again. Knut Quote Link to comment https://forums.phpfreaks.com/topic/205618-alternartive-to-debug-line-by-line/#findComment-1077007 Share on other sites More sharing options...
trq Posted June 25, 2010 Share Posted June 25, 2010 CruiseControl is pretty much just an application for displaying information created during the different stages of your build process. eg; Unit test results, code coverage & documentation. Quote Link to comment https://forums.phpfreaks.com/topic/205618-alternartive-to-debug-line-by-line/#findComment-1077009 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.