I am hacking some code and I am having trouble figuring out how to determine what the value of variables are as the code is being executed.
Code: Select all
echo $var;Is there some kind of debugging tool that will let you see what scripts are called and what the value of variables are as it is executed? We used to have something like this with SQLServer and VB/PowerBuilder. I am not aware of any debugging tools like this for php.
Thanks a lot. I do appreciate your time.