I have been using eclipse-pdt in conjunction with xdebug and apache without problems, for over one year. Things worked flawlessly and I could do all the interactive debugging I wanted from within ecli
I\'m stepping through the sourc开发者_运维问答e code of CodeIgniter with Xdebug in NetBeans and I\'m looking for a way to see defined constants as they are defined. If it\'s not possible, are there an
I am an autodidact so dont know much about conventional web development however, I have wrote a complete social networking website yet I dont know how to debug. My website has some problems and I need
I\'m trying to get interactive debugging working with a Zend Framework application and Xdebug, using MacGDPp as the client debugger.I\'m running to some problems setting breakpoints and was hoping
When I installed Xdebug through pecl, it added the following line to my php.ini file. 开发者_如何学编程extension=\"xdebug.so\"
I\'m trying to get a PHP debugger working and currently keep failing at the very first hurdle. I have a clean installation of IIS7 running on Vista with PHP 5.2.11.
I have installed Eclipse 3.2 in my ubuntu system. I have added the php plugin to eclipse by following steps
We have an application that is comprised of a couple of off the shelf PHP applications (ExpressionEngine and XCart) as well as our own custom code.