Hi,
i have one script with number of conditions, it has included two more files and functions calling from these two files also. Scripts is not running properly. It stops at one point. We can debug the script by using the die() or echo statement.
Is there any way, through which we can know at which point script stops without using echo or die statement on line by line.
Thanks.