I have a drupal module with a function which is called more than 开发者_StackOverflow1 time. With the »run to cursor« button, I can jump to the breakpoint once.
I use xdebug php debugger. For example $date = new DateTime(); var_dump($date); The output is object(DateTime)[3]
For three days I tried to install Aptana 3 with PDT. I like the auto suggestion in Aptana. I need the xdebug feature from PDT.
I downloaded the latest Xampp version (1.7.4), installed it under windows XP, disabled the firewall and configured both php.ini and eclipse acording to eclipse installing instructions.
I have 2 questions: 1. I see many times in drupal6 .test files and there is we开发者_高级运维ird test code there, what is this? And what is supposed to do, and how i use that (should i?)
I usephpstorm to develop websites, but for some reason breakpoints aren\'t synchronized. Here is my situation:
Mac environment (php v5.3.3).I need to analyze xdebug profiling logs.Reading around I understood that I should use Kcachegrind.I\'m following a DevZone tutorial Profiling PHP applications with Xdebug.
I have setup Eclipse 3.6.2 on Ubuntu 11.4 for AMD64 and Xdebug. Eclipse was installed with zip download from eclipse.org.
so I added the following line to php.ini: zend_extension=\"Z:\\wamp2\\bin\\php\\php5.3.0\\ext\\php_xdebug.dll\"
Can you help me with the following problem? I have Eclipse Helios configured with xdebug under Ubun开发者_JAVA百科tu. When I start to debug a given page everything seems fine, I can attach to the brea