How to debug a PHP file in CLI mode,especially how do I set the arguments?
- by user198729
In a prompt we can run:
php filename.php args
But how to set the args in zend studio?
I've searched for this some time,and don't seems to find the example.
I can only debug without args by simply pressing F5