Last Updated: February 25, 2016
·
1.369K
· dcsg

XDebug CLI with PhpStorm

Command

XDEBUG_CONFIG="idekey=<your key>" PHP_IDE_CONFIG="serverName=<your server name>" php /path/to/file.php

PhpStorm configuration

  • XDebug DBGp proxy IDE Key must be the same of the command
  • You need to configure a server with the correct mapping folders and also matching the server name on the CLI command.