Hello.
Is there a way to view (step through) code as it's proceeding - to see which file name(s) is being invoked that contains e.g. functions, class, methods, and line x line, etc. and view the results as it's proceeding?
Thanks in advance.
I tried Maguma Open Source, which has some debug utility, but I couldn't get it to work (maybe it's only me though 😉 ).
I like PhpEd. You can search Nusphere to find it.
It has remote debugging, and a cool little set execution point feature which allows you to go backwards during debugging.
I have also heard Zend Studio (I think) has it but I haven't used it myself.
The XDebug extension provides a profiling/tracing/whatnot interface.