Skip to content

Instantly share code, notes, and snippets.

@michitheonlyone
Created August 3, 2023 11:52
Show Gist options
  • Save michitheonlyone/0c532b43d4b220974820813a3355ae34 to your computer and use it in GitHub Desktop.
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
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