In Eclipse I could use the Easy XDebug tool for Firefox to start a debugging session by clicking the debug icon and refreshing the page.Eclipse would then launch its debugger.
Normally I have a site that runs on a webserver (say, http://myserver/mysite) and I can browse开发者_开发技巧 and debug it fine. For a particular project we have a setup where there is an extra applic
I have an xdebug profile on a php script that I parsed with kcachegrind. Here is a screenshot showing that the most time spent inside any given function was spent inside <cycle 1> and the top \'
if you want to follow the classes loaded (to be more specific php classes) from a开发者_运维问答 debug method, what is the way to do that.
I have been trying to get xdebug, netbeabs 7.0 and drupal work to no avail. The drupal site is hosted remotely on xyz.com:8081. The port forwarding is setup to forward the port 9000 to the host in tha
I can debug with xDebug in开发者_开发问答 PHPStorm by setting breakpoints. But I really want to jump back into IDE when runtime error has occurred (e.g. null reference).
First things first: Server is an Apache running on Debian in a VMPlayer Host is Windows 7 Debugging-Server is XDebug
I\'m having this weird problem. All my settings used to work OK, until I updated my version of PHP. I use macports and have the php5 and php5-xdebug ports installed.
We are using xdebug and the tracing work开发者_StackOverflow中文版s as advertised during code execution via..
I\'m trying to debug a PHP website login system using NetBeans 7.0.1 and xdebug 2.1.0. I want to restart the PHP session every time I start the debugger (so that I\'m always \"logged out\" when I go t