Phpstorm does not see xdebug but it is installed

前端 未结 5 798
甜味超标
甜味超标 2021-02-04 09:51

PhpStorm cannot see xdebug but it is installed. In my browser xdebug works fine. Where is the problem?

The error:

Connection with \'xdebug\' was n

5条回答
  •  暖寄归人
    2021-02-04 10:23

    I had similar problem.

    I did:

    1. Installed xdebug by following the steps here.
    2. Found out which version of PHP does my PHPStorm use.
    3. Created a new entry in the corresponding php.ini file of the /path/to/xdebug/modules/xdebug.so.

    and I was able to solve my problem. xdebug is working now.

提交回复
热议问题