Enabling XDebug in XAMPP slows down phpmyadmin

后端 未结 2 1275
执念已碎
执念已碎 2020-12-15 11:20

whenever i enable xdebug for debugging my php-projects with the following standard settings, it slows down phpmyadmin on every single action. just opening phpmyadmin takes n

相关标签:
2条回答
  • 2020-12-15 12:08

    disabling xdebug from the wamp php extension worked for me.

    php > extensions > php_xdebug 2.8.0

    0 讨论(0)
  • 2020-12-15 12:12

    In case xdebug.remote_autostart is enabled, disabling it with

    xdebug.remote_autostart = 0
    

    did the trick for me.

    0 讨论(0)
提交回复
热议问题