having some problems getting mac gdbp setup to debug my local codeigniter stuff. Here is some details on my setup:
I have enabled Xdbug from开发者_如何学运维 php.ini. How do i enable debugging from eclipse. I set the debugger in eclipse but they are never hit, each time when ever it try to debug a new configuratio
I\'m trying to set up a local environment for developing and testing an existing PHP application. I\'ve chosen Eclipse PDT as my IDE and xDebug as the debugging module. When testing individual files
I\'m getting th开发者_开发百科e following error when debugging: php.ini settings: xdebug.remote_enable=true
how to get rid of the following Incompatible debugger version error : php.ini setting : xdebug.remote_enable=true
I am using Windows 7 and XAMMP 1.7.4. I am confused on how to enable Xdebug. Googling suggested to down开发者_运维问答load xDebug dll , but there are different version of dll on Xdebug site , which co
for some reason I\'m able to create the outputfile inside my /tmp directory but the files aren\'t readable neither from kcachegrind or wcachegrind (the windows version)
I have installed Eclipse and xDebug on Ubuntu 10.10. When I debug some php file as a page, that works fine.
What is the maximum string length for variables\' values that Xdebug sends a remote debugging client and can this be altered?
Here is the situation.. I have some classes that are in one project... My main code is in another project... and i split this up because i am using GIT as my SCM... So when i debug my main code... i w