php 7.4 w/xdebug 3.0
phpStorm 2020.3
zend_extension=”xdebug.so”
xdebug.mode=debug;xdebug.file_link_format=”http://localhost:63342/api/file/%f:%l”
This now makes xdebug output links that open phpstorm (which is actively listening on port 63342… phpstorm:// wasn’t working for me anymore…
[UPDATE 2021-01-14]zend_extension="xdebug.so"
“
xdebug.mode=debug;
xdebug.file_link_format="phpstorm://open?file=%f&line=%l
phpStorm 2020.3.1
php 8.0.1
xdebug 3.0.1