LoginSignup
2
2

More than 5 years have passed since last update.

MAMPのバーチャルホスト + phpstormでどハマりしたので自分ようにメモ。

Last updated at Posted at 2016-08-02

[xdebug]
zend_extension="/Applications/MAMP/bin/php/php5.6.10/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so"
xdebug.remote_enable=1
;xdebug.remote_host=hoge.localhost
;バーチャルホストの設定を書いてもだめだったので、

xdebug.remote_host=127.0.0.1
;ip決め打ちで対応。
xdebug.remote_port=9000
xdebug.remote_autostart=1

よくわからないが動いてるよう。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2