News Feed
Jobs Feed
Sections




News Archive
DevShed:
Tracking a Stack of Function Calls with the Xdebug Extension
March 16, 2009 @ 13:14:19

On DevShed today the latest article in their XDebug series has been posted, a look at tracking the function call stack with help from functionality the extension provides.

Despite this inconvenience [pf not being able to get more in-depth], in this final part of the series, I'm going to show you how to work with a function of the library called "xdebug_get_function_stack()." This function can be used to keep track of the stack of function calls generated by a PHP script, in this manner completing this starting guide on this helpful extension.

After reviewing the script from the previous part (using xdebug_time_index) they get into this new function and what sort of output it provides. The stack is the trace of what functions and values were passed around in the script including information like the function name, parameters and the file it was in.

0 comments voice your opinion now!
track stack function trace xdebug extension tutorial


blog comments powered by Disqus

Similar Posts

TechPortal: Custom Zend Framework Form Elements

Pádraic Brady's Blog: The Factory and Abstract Factory patterns in PHP

ThinkPHP Blog: Methods to Reduce the Load of Your Webserver by Caching Content

Content with Style Blog: Quick helper script for ZF view translations

OpenIdeasCompany.com: Redeclaring native PHP functions


Community Events











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


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

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