News Feed
Jobs Feed
Sections




News Archive
Scott Johnson's Blog:
A PHP Debugging Tip Too Useful Not to Blog
June 16, 2006 @ 05:54:34

In this new post Scott Johnson shares a PHP debugging tip that's "too useful not to blog".

Every so often you, in a fit of frustration, you whip out a little internal tool - perhaps a debugging hack - that all of a sudden just makes things much more clear and then you feel good and, for me, that means blogging it.

Now I'm not a fan of IDE's for php coding - but I will acknowledge freely that an IDE makes this kind of debugging much easier - so I whipped up get_caller_context, a debugging function, to support this.

The function he describes performs similar to a call to debug_print_backtrace but with a bit less output. He gives a simple example of what that output would be as well as a brief explaination as to what it means. And, of course, he also includes a link to the code.

0 comments voice your opinion now!
debugging tip useful get_caller_context debug_print_backtrace debugging tip useful get_caller_context debug_print_backtrace


blog comments powered by Disqus

Similar Posts

Enrise Blog: Debugging Your Web Application with TCPDump and Wireshark

Mike Willbanks' Blog: PHP Performance Series: Maximizing Your MySQL Database

Blue Parabola Blog: Writing Tech Books 101

PHP 10.0 Blog: More on PHP performance

Community News: PHP-GTK Community Site


Community Events











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


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

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