Remote Debugging and Memory Profiling in PHP

TainTeD

New Member
Two Questions[*]How can I debug PHP code remotely which is lying on the server, currently I am using var_dump's to check the value of variables ? [*]How can I see how much memory and how much time particular function is taking to execute remotely which is lying on the server, any suggestion for good profiler for this ?Note: I am talking about code which is lying remotely on the Server.
 
Top