Forum Moderators: coopster
I know in linux, you can find the PID of your thread and fill that into strace, but the results are often too technical. Is there an equivalent trace/step trick for PHP?
Are you aware of any debuggers that can be run and installed on the server instead?
Here is a nice Linux based PHP debugger that will do all you want it to, provided you have access to the PHP source code, and a PHP debugger module is installed and setup on the server.
[sourceforge.net...]
Also, if you want a quick solution to do debugging in PHP try this free solution from Zend an Eclipse:
[zend.com...]
The "all in one package" worked in an instant for me.