Nieuws

Introduction I found out there are many outdated setup articles which may not work for the Xdebug 3.1.X version. Therefore I jot down the setup of PHP with Xdebug and docker. Setup edit dockerfile to ...
Hi there, I cannot get the symfony local server to work with xdebug and stop at the breakpoints that I set on PhpStorm IDE (latest release). However, I can get the break points to stop when using b ...
When I run ./vendor/bin/phinx status I get this error: Cannot load Xdebug - it was already loaded My php.ini file contains: zend_extension = xdebug.so xdebug.mode = develop,coverage,debug,profile x ...