hi,
i want debug step bu step each line of the code like we do in vb for example and here we can watch each value of each string in php how can i do that?
thanks for your help
Printable View
hi,
i want debug step bu step each line of the code like we do in vb for example and here we can watch each value of each string in php how can i do that?
thanks for your help
I use a program called Zend Studio that allows you to debug PHP code. There was a thread on PHP debugging tools a little while ago. Use the search feature to find this thread and other options available :)
hi,
thanks a lot :)