Since I upgraded to mac os Sierra, the xdebug extension doesn't work.
- When I'm doing php -v, the xdebug is shown as installed.
- When i'm going to the extension library ( /usr/lib/php/extensions/no-debug-non-zts-20131226 ), the xdebug.so file is there.
- When I'm opening the phpinfo(), the xdebug doesn't being shown.
i'm using php v5.6.28 and xdebug that is installed is v2.3.3 and trying to run this on phpstrom.
Before the upgrade everything worked fine.
xdebugconfiguration in PHPStorm also? Also maybe tag this with thephpstormtag for wider range. - Matthew Usurp