News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials:
Debugging PHP code using debug_backtrace
February 29, 2008 @ 10:27:00

On the Developer Tutorials blog today, Hasin Hayder has pointed out a handy PHP function that can make your debugging a bit less of a headache - debug_backtrace.

Most of the PHP developers debug php code in their local machine just by trial and error using "print_r","var_dump" and "echo". They don't write unit tests or follow any advanced debugger like xdebug. But the problem of using these methods is you cannot fool proof your code and their might be some bugs still present in your code.

He includes a simple example to show how it works and what kind of output it will give - a nested function call. Personally, I use this in some of my classes (like a database abstraction later) to track and see which functions my calls are coming from and what data they're sending me - easier to debug in one place than trying to guess.

0 comments voice your opinion now!
debugbacktrace debug example simple


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Simple Zend_Form File Upload Example

Philip Olson's Blog: Learning how to help people contribute to the PHP.net Project

Evolt.org: AJAX Login System using XMLHttpRequest

Zend Developer Zone: phpt Generator Up

YoungCoders.com: Debunking the Bloated Smarty Myth


Community Events











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


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

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