本番サーバ等、離れた環境にある PHP をリモートデバッグする場合。 開発用の PC は社内 LAN の中にあり、外からは直接アクセスできないとします。 その場合、SSH で逆向きのトンネルを作り、本番サーバ→ローカルPC と通信させます。 本番のPHPのxdebugの設定ファイル 例: /etc/php/5.6/apache2/conf.d/20-xdebug.ini [xdebug] zend_extension=xdebug.so xdebug.remote_enable=1 xdebug.remote_port="9000" xdebug.profiler_enable=0 xdebug.profiler_output_dir="/tmp" xdebug.max_nesting_level=1000 xdebug.idekey = "PHPSTORM" phpinfo() した時、