PhpStormにてLaravelで作成したAPIのリモートデバッグをPostmanを使用して行いたいですが、上手くブレイクポイントで止まらず、レスポンスが返ってきます。
CentOS環境
PHP 7.4.3 (cli) (built: Feb 18 2020 11:53:05) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Xdebug v3.0.0-dev, Copyright (c) 2002-2020, by Derick Rethans
php.ini
zend_extension=xdebug.so
xdebug.idekey= PHPSTORM
xdebug.dump_undefined = 1
xdebug.remote_enable = 1
xdebug.remote_host=192.16.15.155
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart = 1
xdebug.remote_log = /var/log/xdebug.log
PhpStormはWindowsで使用しています。
PhpStorm設定
サーバー
http://192.168.15.195 ポート8000 デバッガー Xdebug
use path mappings C:\work\laravel /mnt/hgfs/laravel
DBGpプロキシ
IDEキー PHPSTORM
ホスト 192.168.15.195
ポート 9001
デプロイ
接続
SFTP接続テスト済み
ルート パス /mnt/hgfs/laravel/public
web server url http://192.168.15.195
マッピング
ローカルパス C:\work\laravel
DeploymentPath /
webパス http://192.168.15.195
実行/デバッグ設定
PHPリモートデバッグ
サーバー 上記のサーバーを選択
IDE KEY PHPSTORM
Postman実行
Post http://192.168.15.195/api/login?XDEBUG_SESSION=PHPSTORM
分かる方宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。