News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Variable tracing with Xdebug
March 25, 2009 @ 11:16:52

Derick Rethans has made a quick post about an update he's made to the XDebug function traces to add in information on variable modifications.

After I had a quick look at the feasibility of this feature I spend some time on implementing it for Xdebug's HEAD branch that is going to become Xdebug 2.1. Variable modification tracing can be enabled by setting the php.ini xdebug.collect_assignments setting to 1. Of course this can also be done in either .htaccess or by using ini_set(). This setting requires general execution tracing to be enabled as well and it's only available for human readable trace files (the default format).

He gives examples of how two example scripts would be logged to the trace file - one inside of a basic function and another showing updates to the properties on a class.

0 comments voice your opinion now!
variable trace update change xdebug trace file output


blog comments powered by Disqus

Similar Posts

Vidyut Luther\'s Blog: Where do you \"define\" your environment/global settings?

Sebastian Bergmann's Blog: Global Variables and PHPUnit

Wez Furlong's Blog: Identity/Authentication and PHP OpenSSL updates in the pipeline

Stoyan Stefanov's Blog: Text_Highlighter 0.7.1 and hiliteme.com updates

Sameer Borate's Blog: PHP built in functions map


Community Events











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


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

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