Debugging php-cli scripts with xdebug and netbeans?
Posted
by wurdalack
on Stack Overflow
See other posts from Stack Overflow
or by wurdalack
Published on 2010-05-31T16:45:54Z
Indexed on
2010/05/31
16:53 UTC
Read the original article
Hit count: 319
I have managed to initiate php-cli script debug session from the IDE itself, but I need to start the debugging session from the shell / command line. These are rather complex maintenance PHP scripts which take a lot of input parameters, so entering arguments from within Netbeans is a bit cumbersome.
I have done it before with Zend studio http://kb.zend.com/index.php?View=entry&EntryID=130 but now I need to get it working with Netbeans.
Thanks in advance.
© Stack Overflow or respective owner