How to debug a PHP file in CLI mode,especially how do I set the arguments?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-02-24T15:00:23Z Indexed on 2010/05/15 0:04 UTC
Read the original article Hit count: 163

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about zend-studio

Related posts about debug