News Feed
Jobs Feed
Sections




News Archive
J. Scott Johnson's Blog:
Your PHP Command of the Day - debug_backtrace()
April 12, 2006 @ 06:57:04

J. Scott Johnson shares, in this new blog post, about a handy little function that any PHP developer out there would do well to remember when it comes to debugging their code - debug_backtrace.

When you're massively and rapidly refactoring a code base, mere hours before a demo* and you utterly and completely hose yourself then just plain trot out debug_backtrace() and whammo! Your debugging problems go away!

This function generates a backtrace from the function it's inside, making it easy to tracke backwards the path that the data's taking to get to that location. Very handy for tracking down which functionality it is that's causing the issues...

0 comments voice your opinion now!
command day debug_backtrace generate backtrace command day debug_backtrace generate backtrace


blog comments powered by Disqus

Similar Posts

php|architect: PHPDOCX: generating Word documents from PHP

Site News: Happy 4th July

phpaddiction: Url Routing with PHP - Part One

Zend Developer Zone: Generating and Validating Web Forms With PEAR HTML_QuickForm (part 2)

Pierre-Alain Joye's Blog: How to generate backtraces on windows without compiler


Community Events











Don't see your event here?
Let us know!


phpunit release interview functional code composer language database series development zendframework2 testing podcast opinion community tool example framework introduction object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework