I have installed xdebug on PHP but now I can\'t make the notepad++ DBGp plugin work. I have latest wamp version on Win7 and the wwww folder is on partition: d:\\www.
I am running Zend Framework 1.10 on Ubuntu 10.04, just installed Xdebug to generate code coverage, via PECL.
I\'m having a night of real frustration trying to setup my development environment such that I can debug into my JNI code.
I recently installed xdebug on my ststem and wanted to increase xdebug.var_display_开发者_高级运维max_depth from 3 to 10. How can I go about doing that?There are two ways to do that. You can edit this
The question says it all, really. I am trying to figure out why a php app is misbehaving, but the sheer amount of data thrown at me by xdebug makes it hard to u开发者_C百科nderstand the flow.
my op system is XP. the PHP Version 5.3.6. the php path is D:/php i downloaded thePHP 5.3 VC6 (32 bit) version from the http://www.xdebug.org/download.php
I have Xdebug set up nicely using an SSH tunnel. When connecting from the command line I use the XDEBUG_CONFIG environmental variable and when connecting over HTTP I use the XDEBUG_SESSION cookie. Bot
i\'ve been using xdebug on xampp for a while but now using ubuntu as default os. i\'ve enable xdebug and it\'s appearing on php info but var_dump is still not properly
I\'m working on a large application built o开发者_高级运维n Zend Framework. One of the service calls the application makes is very slow (15s) and I\'m trying to profile php with xdebug to figure out w
if($_SERVER[\'REMOTE_ADDR\']==\"127.0.0.1\") { <pick local setti开发者_C百科ng -my test machine >