Enable xdebug on demand in your local docker environment
Reading Time: 2 minutes Xdebug is a cool PHP debugger, but it can seriously slow down code execution. Learn how to easily toggle xdebug on and off in your local docker environment. Read More …
Reading Time: 2 minutes Xdebug is a cool PHP debugger, but it can seriously slow down code execution. Learn how to easily toggle xdebug on and off in your local docker environment. Read More …
Reading Time: < 1 minutes PhpStorm comes with a handy phpunit test runner, which lets you execute your tests with just one click. Even better: if a test fails, you can just run that test also with just one click. Read More …
Reading Time: 2 minutes I use Xdebug not only to hunt bugs, but also for every day development work. Of course I also want to use it when I write my Tests. I one of my current projects we Read More …
Reading Time: 2 minutes It is known that XDebug has a negative impact on performance, but what happens when you try to debug a Flow3 application can be something between absolutely surprising and totally annoying. But one after another. Read More …