I'm trying to debug some_script.php
and want to pass --some-parameter
in php script arguments tab. My script is started regularly, but I do not see --some-parameter
in $argv[1]
, which should be initialized.
My xdebug configuration for cli scripts include only one line:
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
This is on Mac OS.