[EMAIL PROTECTED]
my current project is getting very complex and shared over many servers
the problem now is debugging in such an environment
for development i'm using zend studio
what i now need is capability of remote debugging
i was searching for it, but it seems that there is only zend platf
[EMAIL PROTECTED]
i was just asking myself, if it is possible, to get the return value of a
function after the function calls "return" (or throws an exception) and
before the value is returned
example:
class A{
public function __construct(){}
public function __destruct(){
// her