liip / php-osx

DEPRECATED: See https://php-osx.liip.ch/ for details. The uploader and website for the PHP 5 package for OS X 10.6 built with https://github.com/liip/build-entropy-php
http://php-osx.liip.ch
Other
328 stars 30 forks source link

xdebug settings #273

Closed lcube45 closed 5 years ago

lcube45 commented 5 years ago

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

lcube45 commented 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