LoginSignup
0
0

More than 3 years have passed since last update.

EclipseのXdebugが勝手に起動してしまう

Last updated at Posted at 2020-10-06

PHPアプリケーションをxamppを利用して開発をしている時に、Eclipseを使用して開発中のWebサイトへブラウザからアクセスするたびに、勝手にEclipseのXdebugが起動してしまい、Webサイトへアクセスできないことがあります。
Eclipseを閉じれば再度アクセス可能になりますが、これでは開発効率が悪いと思います。
この事象は以下の方法で、回避することが可能です。

  • 【xampp】のパス\PHP\php.iniを開く
  • xdebug.remote_enableをxdebug.remote_enable=0とする
  • xdebug.remote_autostartをxdebug.remote_autostart=0とする
0
0
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
0
0