How to stop xdebug from stopping on first line with PhpStorm?

前端 未结 4 969
不思量自难忘°
不思量自难忘° 2020-12-04 20:47

I\'m having this weird problem. All my settings used to work OK, until I updated my version of PHP. I use macports and have the php5 and php5-xdebug ports installed.

<
4条回答
  •  爱一瞬间的悲伤
    2020-12-04 21:12

    My problem with PHPStorm was that I was doing Drupal and the index.php was outside the project (since the project is a module). I needed to uncheck the settings "Force break at the first line..." in the PHP->Debug section of preferences.

    Preferences->PHP->Debug

提交回复
热议问题