2010年4月22日星期四

[fw-webservices] Re: Debugging Zend_XmlRpc_Server

I was able to get decent debugging information by wrapping my server call in
xdebug trace calls, like such:

xdebug_start_trace($config->framework->log_dir . '/xdebug_trace.txt');
$response = $server->handle();
xdebug_stop_trace();

This should be sufficient to move forward.
--
View this message in context: http://zend-framework-community.634137.n4.nabble.com/Debugging-Zend-XmlRpc-Server-tp2019242p2020773.html
Sent from the Zend Web Services mailing list archive at Nabble.com.

没有评论: