Page 1 of 1

Posted: Tue Jul 24, 2007 5:24 am
by raghavan20
i think you are looking for some debugger like zend studio. if you want to debug errors or see the flow of code, you should use debugger. but if you want to just test whether a function/class method does the required operation, you may have to use unit tests and PHPUnit would be useful in that case.