Fellow Coders, i downloaded Xdebug and MacGDBp. installed them tried to debug a CodeIgniter 1.7 Controller. here is what happens:
I recently upgraded from Eclipse Galileo to Helios. Helios stops at breakpoints ONLY when debugging \"as a PH开发者_如何学编程P Script\", but not when debugging \"as a Web Page\".
Judging by how many search engine hits this error message generates, I know this is a common problem, yet there aren\'t any helpful answers out there.
In a fairly large e-commerce site running on my localHost for testing, I get blank screens when the zend_extension for xdebug is loaded in the .../php/extensions/ directory and zend_extension = C:/Uni
I\'m using XDebug to generate profile repport. The profile are generated, but I\'m unable to create a complete call graph using kcachegraph.
I recently got xdebug working with my Eclipse PDT and MAMP setup. I just opened a file to edit and it\'s riddled with errors. Upon closer inspection these errors are mostly a) Invalid Function Name (u
I\'m running Zend Server CE on Windows.I recently installed Xdebug (so that I could analyse code coverage with PHPUnit), however that stopped Zend from running.(I couldn\'t boot the http://localhost:1
I apologize in advance if this question has already been asked. I\'ve been searching for hours and haven\'t found the correct solution.开发者_开发问答
when I debug my PHP Project using Netbeans IDE 6.9.1and Xdebug 2.0.5 variables declared in the scope of class methods like $myVar in the follo开发者_运维技巧wing example are not visible in the variabl
I\'ve got a lot of questions about how to debug php-files with xdebug and eclipse on a remote server.