Top "Xdebug" questions

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

webgrind on wamp

I just installed wamp and the latest version comes with webgrind, but i cannot figure out how it works.It …

php profiling wamp xdebug
Debug PHP with VSCode and Docker

I'm trying to debug a PHP app running on Docker with VSCode, but without success. In the past I was …

php docker visual-studio-code docker-compose xdebug
How to debug php artisan serve in PHPStorm?

I am using PHPStorm for develop my PHP web pages. All work fine with my Apache Server, XDebug, and a …

php laravel phpstorm xdebug
xdebug remote debugging with port 9000 forwarded through ssh tunnel - how to make it work?

I have XAMPP 1.7.3a running on an "Amazon Linux" (Centos-derived) 32-bit instance in the Amazon EC2 cloud. I downloaded/built/…

php xdebug eclipse-pdt
How can I debug my docker container with phpStorm

Under the following IP my Container run successful in my Webbrowser http://192.168.99.100:32775 I have also create a volume to share …

php docker phpstorm xdebug boot2docker
Is there any KCacheGrind alternative for Mac Os X outta there?

I'm looking for a KCacheGrind alternative, or at least a binary package for Mac Os X? I'd to use KCacheGrind …

php profiling xdebug kcachegrind
Install Xdebug extension only for PHP7.1

I have PHP 7.1 on Ubuntu 16.04 installed. When I'm trying to install Xdebug by using apt-get install php-xdebug, I'm getting xdebug.…

php xdebug ubuntu-16.04 php-7.1
How to know the xdebug version i have installed?

how to know the xdebug version i have installed? Regards Javi

xdebug
Installing xdebug on MacOs Mojave - 'php.h' file not found

I try to install xdebug on MacOs Mojave but get this error /private/tmp/pear/install/xdebug/xdebug.c:25:10: fatal …

php xdebug macos-mojave
Can't locate xdebug.so on linux

I'm having some problems getting xdebug running on ElementaryOS (Ubuntu 16.04.2) with php7, and Apache2. I installed it with sudo apt-get …

php ubuntu xdebug