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 xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_autostart=1 phpinfo in phpstorm: PHP