Top "Xdebug" questions

Xdebug is a PHP extension with developing aids, a profiler, an interactive debugging, and a code coverage information gatherer.

XAMPP tmp folder oversized

I'm running some php file every 2 minutes via Windows Task Scheduler, but time-to-time I get notification about low space on …

php apache logging xampp xdebug
PhpStorm + Xdebug = page not loading

First things first, have some xdebug info: Xdebug installed: 2.2.0rc1 Server API: Apache 2.4 Handler Apache Lounge Windows: yes - Compiler: …

php xdebug phpstorm
How to debug in PHPStorm with built in webserver using Symfony command line tool

I was able to set up a php web app debugger in PHPStorm by simply tying it to my localhost …

php symfony intellij-idea xdebug phpstorm
Remove java exception breakpoints when debugging Liferay in eclipse

By debugging of Liferay Portal, that is tomcat application, eclipse make usual stop at ThreadPoolExecutor$Worker.run() line: 912 although I …

eclipse tomcat liferay xdebug liferay-ide
Remote Debugging with XDebug from inside a Docker Container does not work

I'm trying to setup a dockered AMP environment and can't get the remote debugger working. My setup is as follows: …

php intellij-idea docker xdebug remote-debugging
Xdebug configuration with PHP fastcgi and eclipse?

I have been using eclipse-pdt in conjunction with xdebug and apache without problems, for over one year. Things worked flawlessly …

php eclipse fastcgi xdebug eclipse-pdt
XDebug could not connect to client

I am trying to debug with NetBeans Mac locally. This is my php.ini [xdebug] xdebug.default_enable=1 xdebug.remote_…

php netbeans xdebug
Xdebug profiler is not working?

I using XAMPP and I have configure it in order to have virtual hosts for each project I create localy. …

php windows xdebug
Laravel 5 with Xdebug always throws "The payload is invalid."

I configured Xdebug on VScode to debug my laravel application. But, when I start to debug, laravel always throws this …

php laravel xdebug
Trigger xDebug in PhpStorm when calling using CURL

so I use CURL from the command line to make calls to my PHP website: curl -s "url" My question …

debugging curl command-line ide xdebug