I have tried to use xDebug on my local Ubuntu environment to speed up development and it\'s a great asset.
By default Xdebug will dump any except开发者_开发问答ion regardless of whether it is caught or not:
I\'m trying to figure out the best place to put xdebug\'s excellent xdebug_time_index() function so that I get the best indication of page execution times when using a Zend Framework application struc
<?php $url = \'http://google.com/\'; header(\'Location: \' . $url); The xdebug setting in php.ini is:
I have setup remote debugging in netbeans. It works except codeigniter only loads the default controller (home page).
I\'ve got an apache server and I configured on it Xdebug. I set as xdebug.remote_host my IP address so it looks like:
I\'m not too great with xdebug so forgive me if this is a stupid question. But I installed it on a separate machine and it performed some magic for me like formating my var_dump() output and catching
I have set up Eclipse PDT on Galileo. I\'m able to run and debug PHP sites that are set up on XAMPP. The thing is, I want to profile one of the sites, but cannot for the life of me figure out how to s
I\'m trying to install XDebug by registering it in php.ini but it isn\'t working. I\'m thinking maybe my apache server is not reloading my changes properly.
I\'m using Eclipse IDE + remote Xdebug. EclipseIDE is listening 9000 port for some kind of Xdebug in开发者_高级运维formation.