Top "Xdebug" questions

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

Checking a URL is valid (from php soap client)

I am writing a web app which will allow the user to specify a URL for a SoapClient. I wanted …

php xdebug soap-client
How do a read a xdebug profile in webgrind?

I have setup xdebug and webgrind and I have generated a profile so I can start improving the speed of …

php profiling xdebug
Does xdebug beautify var_dump?

According to this article, http://devzone.zend.com/article/2803, var_dump is supposed to beautify the outputs. I have installed …

xdebug var-dump
Xdebug on macOS 10.13 with PHP 7

So macOS High Sierra 10.13 now comes with PHP 7.1. While configuring Apache I also created a new /etc/php.ini from …

php apache xdebug macos-high-sierra
How to change background color of line highlighting during debug process in Netbeans?

how to change background color of line highlighting during debug process in Netbeans? Tried to change "Highlight Caret Row". No …

debugging netbeans colors xdebug
Increase var_display_max_depth for xdebug

I recently installed xdebug on my ststem and wanted to increase xdebug.var_display_max_depth from 3 to 10. How can …

php xdebug
Xdebug and No Profiling Output

This is a similar problem to XDebug profiling in PHP - can't get output but mine is on windows and …

php cakephp profiling xdebug
Breakpoints not hit with xdebug, PhpStorm and Laravel 3 / mod_rewrite

I'm pretty desperate and running out of ideas: I've configured xdebug and PhpStorm for a Laravel 3 project. Running the project …

laravel xdebug phpstorm laravel-3
XDebug: how to debug remote console application?

I have read this docs: http://xdebug.org/docs/remote I can debug my web application. But the debugger doesn't …

command-line-interface xdebug phpstorm
Xdebug laravel artisan commands

I regularly use xdebug to debug applications, I've built a laravel application that takes an upload of a csv inserts …

php laravel command-line-interface xdebug laravel-artisan