Closed lcube45 closed 5 years ago
This ini file is not provided in this package but by this snippet which is a shell script to switch current php liip version : https://gist.github.com/andrerom/b360a1b2dbbebc6ec1861b8618d64e97 who introduce me some workaround with xdebug
Hi,
First, thanks for this package which is a great tool for mac users. Just a tip for who has been fighting to make xdebug breakpoint works with IDE.
The 999-my-dev.ini file provided with this package set xdebug.extend_info to false which disable breakpoints and interaction with your IDE (phpstorm or vscode).
Just to get things back set xdebug.extend_info to true in this ini file.
Hope this helps
ps : my setup : osx - php 7.1/7.2