-
Xdebug breakpoints not working MAMP, PHPStorm
I had an issue with Xdebug not stopping at breakpoints except for the first line of code in only one of my local PHP projects. Strangely enough xdebug_break() still worked everywhere I put it. My first thought was that a PHPStorm project setting with the debugger was awry. After searching and trying many different php.ini…