Phpstorm does not see xdebug but it is installed
问题 PhpStorm cannot see xdebug but it is installed. In my browser xdebug works fine. Where is the problem? The error: Connection with 'xdebug' was not established. Validate installation. php.ini [xdebug] xdebug.idekey=PHPSTORM zend_extension="/Applications/MAMP/bin/php/php5.4.10/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so" xdebug.default_enable=1 xdebug.coverage_enable=1 xdebug.profiler_enable = 1 xdebug.profiler_output_dir = "/tmp" xdebug.remote_enable=1 xdebug.remote_handler=dbgp