News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Bug-Free Using Function Traces To Better Understand Code (Part 3 of N)
October 21, 2008 @ 12:05:41

Brandon Savage has posted the third part of his "Bug-Free" series to his blog today. This part focuses on the use of function traces to help narrow down the issue.

Have you ever been handed some code and told, "make it work"? If you haven't, chances are good you will some day. It's often a daunting task, especially since, as one programmer told me, "comments come when the second developer has to make changes." While this is likely bad coding practice, it's happened to me more than once.

Lucky for us, XDebug has a built-in tool that helps us evaluate code and figure out some of what is going on without spending all week reading the documentation or the code itself. It's called "function profiling."

He show how to use this profiling in your code, getting the trace results from a loop that outputs the ord() of a character (in the string "Xdebug"). He also talks about configuration changes you can make to include the parameters of the function call, the memory usage and the returns for each of the functions.

0 comments voice your opinion now!
function trace xdebug phpini profile configure


blog comments powered by Disqus

Similar Posts

Sameer Borate's Blog: Anonymous functions in PHP

Karsten Dambekalns' Blog: PHP, Xdebug and PhpStorm - working!

Mike Bernat's Blog: Installing Xdebug - Best Decision You Will Ever Make

Luc de Brouwer's Blog: Stop waiting, start array dereferencing in PHP now!

Matt Frost: Mocking SoapClient


Community Events









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


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

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