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

Juan Treminio's Blog: Xdebug and You: Why You Should be Using a Real Debugger

Zend Developer Zone: PHP Abstract Podcast Episode 16: Ajax + PHP, End to End Debugging BONUS EPISODE

Keith Casey's Blog: Useful Naming Conventions

Scott Johnson's Blog: A PHP Debugging Tip Too Useful Not to Blog

Derick Rethans' Blog: Five reasons why the shut-op operator (@) should be avoided


Community Events









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


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

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