xdebug
How the netbeans debugger (xdebug) can jump back to breakpoint, if breakpoint was already reached?
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.[详细]
2023-03-16 16:49 分类:问答Show object fields
I use xdebug php debugger. For example $date = new DateTime(); var_dump($date); The output is object(DateTime)[3][详细]
2023-03-15 14:30 分类:问答Aptana Studio 3 and PDT
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.[详细]
2023-03-14 02:47 分类:问答xampp 1.7.4 + winxp + eclipse
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.[详细]
2023-03-14 01:25 分类:问答Simpletest and debug drupal on remote host
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?)[详细]
2023-03-13 13:39 分类:问答phpstorm and xdebug breakpoints
I usephpstorm to develop websites, but for some reason breakpoints aren\'t synchronized. Here is my situation:[详细]
2023-03-11 21:25 分类:问答Php Kcachegrind installation workflow
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.[详细]
2023-03-10 05:09 分类:问答Eclipse and Xdebug does not parse additional ini files in /etc/php5/conf.d
I have setup Eclipse 3.6.2 on Ubuntu 11.4 for AMD64 and Xdebug. Eclipse was installed with zip download from eclipse.org.[详细]
2023-03-10 05:05 分类:问答xdebug installation not working
so I added the following line to php.ini: zend_extension=\"Z:\\wamp2\\bin\\php\\php5.3.0\\ext\\php_xdebug.dll\"[详细]
2023-03-09 20:51 分类:问答Problem with debugging PHP with Eclipse and xdebug
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[详细]
2023-03-07 14:38 分类:问答