disable break at first line php scripts intellij when debugging?
Just if you want to localize it in the settings:
Settings > Languages & Frameworks > PHP > Debug:
External connections -> Break at first line in PHP scripts
It is the same place as the screen capture of the question, maybe they updated the view in latests versions of the IDE...
Probably you've solved this a long time ago, but for the record:
Uncheck Run > Break at first line in PHP Scripts (last menu option in my IDE).
Found it via Ctrl + Shift + A typing "break"
PD. Also almost went nuts while finding it...