Xajax (any): Tips and Tricks: Debugging the server
Xajax (any): Tips and Tricks: Debugging the server
If you wish to use Zend's debugger on the back-end Xajax server script, just append ?start_debug=1&debug_stop=1 to the $sRequestURI parameter passed to new xajax(). (The 'debug_stop=1' makes it also stop at the first line to let you see what's going on.)
(You could probably also pass these parameters via POST, but as I'm setting Xajax server and debug programatically, this worked for me.)
Davidhbrown 23:06, 24 February 2006 (EST)