Phpstorm does not see xdebug but it is installed

前端 未结 5 940
不思量自难忘°
不思量自难忘° 2021-02-04 09:53

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:38

    This is because Mac OS X has php installed by default. There are two ini files for MAMP PRO.

    PhpStorm will run the default php which you do not add the xdebug function to it.

    Read this post for the solution

    http://devnet.jetbrains.com/message/5466653

    Pay attention to the STEP 5

    ===================================

    okay, if it do not work, I thought u may not pay enough attention to the article, It do helpful and explain the reason, read i again ?

提交回复
热议问题