Hi my PHP project is set up开发者_JS百科 on a remote test machine. I need to debug it using eclipse IDE. How shall I progress. I came to know i should prefer Xdebug rather than zend debugger.Here are
Is this normal to get different results each time I execute my code? I\'ve written a small piece of code and whenever I run it, I get different results. Say I call two different functions in my code,
The title pretty much says it all...is it a bad idea ? I\'d like to have the enhanced debug message开发者_Go百科s that XDebug provides on the server.
My development web server is currently a XAMPP 1.7.3 on my localhost (Win XP). I just set up my Eclipse 3.6 PDT with XDebug.
I have a remote server connected over SSH using the RSE plugin in Eclipse Galileo. Is there anyway to \"map\" it to a PHP Debug session in Eclipse?
I am runing a php script using eclipse. when a set breakpoint and run the script it throws me this error.
I have recently upgraded to Ubuntu 10.04 and as usual installed xdebug from the package manager. I\'ve never had a problem after that with getting the formatted error messages and var_dumps to show up
I have some issues with code coverage reports in PHPunit and the zend framework. Whenever I run a phpunit test the code coverage fails returning the following message:
I\'ve got a command line script that is running an array() of files through a loop, and using the file name as an argument to call a method on a helper object.
I am trying to debug this simplepie.inc (called 开发者_JAVA技巧from index.php )which is dumping me with error during parsing one of the feed.