Created
August 3, 2023 11:52
-
-
Save michitheonlyone/0c532b43d4b220974820813a3355ae34 to your computer and use it in GitHub Desktop.
Run PHP from the comandline terminal (cmd) with xdebug enabled for listener in php storm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php -dxdebug.mode=debug -dxdebug.client_host=127.0.0.1 -dxdebug.client_port=9003 -dxdebug.start_with_request=yes bin/console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment