JetBrains / phpstorm-docker-images

Pre-configured Docker images used by PhpStorm team
Apache License 2.0
172 stars 51 forks source link

xDebug enabled by default that affects performance #11

Closed dbalabka closed 4 years ago

dbalabka commented 4 years ago

PHPStorm provides the possibility to enable xDebug on-demand that boost PHPUnit run performance. Please consider disabling xDebug by default.

You can see that xDebug is detected w/o providing xDebug extension path. image

emrzv commented 4 years ago

We won't do that because that would add hassle for many people in terms of configuring the interpreter. Besides, you can always create an image of your own.