How to configure debug mode with PhpStorm
问题 I'm configured debug mode like following with PhpStorm and php.ini . PHP Buillt-in Web Server Settings HOST: localhost PORT: 9000 Document root: [Project root path] Interpreter options: artisan serve /usr/local/etc/php/7.3/conf.d/ext-xdebug.ini [xdebug] zend_extension=xdebug.so #zend_extension="/usr/local/Cellar/php@7.3/7.3.16/pecl/20180731/xdebug.so" xdebug.remote_enable=1 xdebug.remote_port="9000" IF I execute from Run button with PhpStorm, following messages come up at first page. /usr